[arch-commits] Commit in xfsprogs/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Fri Aug 1 10:29:56 UTC 2014
Date: Friday, August 1, 2014 @ 12:29:56
Author: tpowa
Revision: 218485
upgpkg: xfsprogs 3.2.1-1
bump to latest version, replace util-linux with libutil-linux depend
Modified:
xfsprogs/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-08-01 10:09:07 UTC (rev 218484)
+++ PKGBUILD 2014-08-01 10:29:56 UTC (rev 218485)
@@ -1,7 +1,7 @@
# $Id$
#
pkgname=xfsprogs
-pkgver=3.2.0
+pkgver=3.2.1
pkgrel=1
pkgdesc="XFS filesystem utilities"
arch=('i686' 'x86_64')
@@ -8,11 +8,11 @@
license=('LGPL')
url="http://oss.sgi.com/projects/xfs/"
groups=('base')
-depends=('util-linux')
+depends=('libutil-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=('400047b2f6af87c0345b8f0cc00c13db')
+md5sums=('5c6905932029c8f9207fe5a0a8aac24b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list