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

Evangelos Foutras foutrelis at archlinux.org
Thu Jul 20 21:44:31 UTC 2017


    Date: Thursday, July 20, 2017 @ 21:44:31
  Author: foutrelis
Revision: 300876

upgpkg: xfsprogs 4.12.0-1

- New upstream release
- Enable readline command editing

Modified:
  xfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-20 19:45:53 UTC (rev 300875)
+++ PKGBUILD	2017-07-20 21:44:31 UTC (rev 300876)
@@ -1,7 +1,7 @@
 # $Id$
 #
 pkgname=xfsprogs
-pkgver=4.11.0
+pkgver=4.12.0
 pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('i686' 'x86_64')
@@ -8,10 +8,10 @@
 license=('LGPL')
 url="http://oss.sgi.com/projects/xfs/"
 groups=('base')
-depends=('libutil-linux')
+depends=('sh' 'libutil-linux' 'readline')
 makedepends=('git')
 options=('!makeflags')
-source=("git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
+source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
 md5sums=('SKIP')
 
 build() {
@@ -19,7 +19,7 @@
   make configure
   export OPTIMIZER="-march=${CARCH/_/-} -O1"
   export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-readline
   make
 }
 



More information about the arch-commits mailing list