diff options
Diffstat (limited to 'core/xfsprogs/PKGBUILD')
-rw-r--r-- | core/xfsprogs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/xfsprogs/PKGBUILD b/core/xfsprogs/PKGBUILD index cefbffbf9..d143b0cbe 100644 --- a/core/xfsprogs/PKGBUILD +++ b/core/xfsprogs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 197846 2013-10-30 11:07:35Z allan $ +# $Id: PKGBUILD 215214 2014-06-16 18:49:27Z tpowa $ # pkgname=xfsprogs -pkgver=3.1.11 -pkgrel=2 +pkgver=3.2.0 +pkgrel=1 pkgdesc="XFS filesystem utilities" arch=('i686' 'x86_64') license=('LGPL') @@ -12,7 +12,7 @@ depends=('util-linux') options=('!makeflags') # 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=('de9f1f45026c2f4e0776058d429ff4b6') +md5sums=('400047b2f6af87c0345b8f0cc00c13db') build() { cd "${srcdir}/${pkgname}-${pkgver}" |