Date: Saturday, March 24, 2012 @ 06:12:53 Author: tpowa Revision: 154203
upgpkg: xfsprogs 3.1.8-1 bump to latest version Modified: xfsprogs/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-24 10:11:20 UTC (rev 154202) +++ PKGBUILD 2012-03-24 10:12:53 UTC (rev 154203) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Paul Mattal <[email protected]> pkgname=xfsprogs -pkgver=3.1.7 +pkgver=3.1.8 pkgrel=1 pkgdesc="XFS filesystem utilities" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ 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=('049cf9873794ea49d0bb3f12d45748a4') +md5sums=('f70b2e7200d4c29f0af1cf70e7be1db6') build() { cd "${srcdir}/${pkgname}-${pkgver}"
