mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/xfsprogs to 3.1.6-1
This commit is contained in:
parent
b649f2be63
commit
de9d23902a
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=xfsprogs
|
||||
pkgver=3.1.5
|
||||
pkgver=3.1.6
|
||||
pkgrel=1
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,7 +18,7 @@ depends=('util-linux-ng>=2.16')
|
|||
options=('!makeflags' '!libtool')
|
||||
# We mirror the sources as upstream tends to move them once a new release is out
|
||||
source=("ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('b1db37749e2b4149a0dd178abff956be')
|
||||
md5sums=('fbd2c1c5abed4b11047bea6ce53bc6e4')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue