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

Tobias Powalowski tpowa at archlinux.org
Tue Nov 23 17:28:22 UTC 2010


    Date: Tuesday, November 23, 2010 @ 12:28:22
  Author: tpowa
Revision: 100477

upgpkg: xfsprogs 3.1.4-1
bump to latest version

Modified:
  xfsprogs/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-23 17:22:52 UTC (rev 100476)
+++ PKGBUILD	2010-11-23 17:28:22 UTC (rev 100477)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Paul Mattal <paul at archlinux.org>
 pkgname=xfsprogs
-pkgver=3.1.3
+pkgver=3.1.4
 pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('i686' 'x86_64')
@@ -12,7 +12,6 @@
 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=('a6a4777ded0a36fa692b7eb652a85493')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -24,4 +23,7 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DIST_ROOT="${pkgdir}" install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
 }
+md5sums=('74081975f148bcabcab26c4c3496ede9')




More information about the arch-commits mailing list