diff --git a/core/xfsprogs/PKGBUILD b/core/xfsprogs/PKGBUILD index 137fe054c..4596d8018 100644 --- a/core/xfsprogs/PKGBUILD +++ b/core/xfsprogs/PKGBUILD @@ -5,7 +5,7 @@ # - original OPTIMIZER export does not play nice with our system pkgname=xfsprogs -pkgver=3.2.1 +pkgver=3.2.2 pkgrel=1 pkgdesc="XFS filesystem utilities" arch=('i686' 'x86_64') @@ -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=('5c6905932029c8f9207fe5a0a8aac24b') +md5sums=('b6b0db5e3ee71ceba26d0a5accbd0666') build() { cd "${srcdir}/${pkgname}-${pkgver}"