core/xfsprogs to 3.2.3-1

This commit is contained in:
Jason Plum 2015-08-16 08:08:43 -04:00
parent 10b2ded819
commit 48b670ed51

View file

@ -5,7 +5,7 @@
# - original OPTIMIZER export does not play nice with our system
pkgname=xfsprogs
pkgver=3.2.2
pkgver=3.2.3
pkgrel=1
pkgdesc="XFS filesystem utilities"
arch=('i686' 'x86_64')
@ -15,8 +15,8 @@ groups=('base')
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=('b6b0db5e3ee71ceba26d0a5accbd0666')
source=("https://sources.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz")
md5sums=('9f383e36682709e62b12c125e5d8b895')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"