From 80fadaf7262338ed5238e26d7f7b80018020cc2e Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 17 Jun 2014 00:58:13 +0000 Subject: [PATCH] core/xfsprogs to 3.2.0-1 --- core/xfsprogs/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/xfsprogs/PKGBUILD b/core/xfsprogs/PKGBUILD index 08a8dbe50..64e851cf4 100644 --- a/core/xfsprogs/PKGBUILD +++ b/core/xfsprogs/PKGBUILD @@ -5,8 +5,8 @@ # - original OPTIMIZER export does not play nice with our system pkgname=xfsprogs -pkgver=3.1.11 -pkgrel=2 +pkgver=3.2.0 +pkgrel=1 pkgdesc="XFS filesystem utilities" arch=('i686' 'x86_64') license=('LGPL') @@ -16,7 +16,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}"