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

Tobias Powalowski tpowa at nymeria.archlinux.org
Sun May 19 14:32:11 UTC 2013


    Date: Sunday, May 19, 2013 @ 16:32:09
  Author: tpowa
Revision: 185835

upgpkg: xfsprogs 3.1.11-1

bump to latest version, move /sbin to /usr/bin

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-19 14:21:08 UTC (rev 185834)
+++ PKGBUILD	2013-05-19 14:32:09 UTC (rev 185835)
@@ -1,7 +1,7 @@
 # $Id$
 #
 pkgname=xfsprogs
-pkgver=3.1.10
+pkgver=3.1.11
 pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('i686' 'x86_64')
@@ -12,19 +12,19 @@
 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=('d6159f7a664d95b4c150d580399d4400')
+md5sums=('de9f1f45026c2f4e0776058d429ff4b6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   export OPTIMIZER="-march=${CARCH/_/-} -O1"
   export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --sbindir=/usr/bin
   make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DIST_ROOT="${pkgdir}" install install-dev
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
   chown -R root $pkgdir
   chgrp -R root $pkgdir
   # add hack as we cannot set rootlibdir




More information about the arch-commits mailing list