[arch-commits] Commit in xfsprogs/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun Jan 31 08:42:59 UTC 2010


    Date: Sunday, January 31, 2010 @ 03:42:59
  Author: tpowa
Revision: 66428

upgpkg: xfsprogs 3.1.1-1
    bump to latest version

Modified:
  xfsprogs/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-31 08:35:56 UTC (rev 66427)
+++ PKGBUILD	2010-01-31 08:42:59 UTC (rev 66428)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Paul Mattal <paul at archlinux.org>
 pkgname=xfsprogs
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('util-linux-ng>=2.16')
 options=('!makeflags' '!libtool')
 source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/${pkgname}-${pkgver}.tar.gz)
-md5sums=('07c1ff6a4a44b58ee5ffdabca33a4493')
+md5sums=('c2308b46ee707597ac50aae418d321b8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,3 +20,4 @@
   make || return 1
   make DIST_ROOT="${pkgdir}" install install-dev || return 1
 }
+




More information about the arch-commits mailing list