core/xfsprogs to 3.1.5-1

This commit is contained in:
Kevin Mihelich 2011-05-08 13:41:54 -04:00
parent 2fbc442c6a
commit 8d7782bed4

View file

@ -1,4 +1,4 @@
# $Id: PKGBUILD 100477 2010-11-23 17:28:22Z tpowa $
# $Id: PKGBUILD 118982 2011-04-09 21:14:21Z tpowa $
# Maintainer: Paul Mattal <paul@archlinux.org>
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
@ -7,7 +7,7 @@
plugrel=1
pkgname=xfsprogs
pkgver=3.1.4
pkgver=3.1.5
pkgrel=1
pkgdesc="XFS filesystem utilities"
arch=('i686' 'x86_64')
@ -18,6 +18,7 @@ depends=('util-linux-ng>=2.16')
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=('b1db37749e2b4149a0dd178abff956be')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@ -33,4 +34,3 @@ package() {
chown -R root $pkgdir
chgrp -R root $pkgdir
}
md5sums=('74081975f148bcabcab26c4c3496ede9')