From 243245298d864311a7172bf498aef18cd3a833d1 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 12 Aug 2017 12:50:26 +0000 Subject: [PATCH] core/xfsprogs to 4.12.0-1 --- core/xfsprogs/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/xfsprogs/PKGBUILD b/core/xfsprogs/PKGBUILD index c4d1e9955..a31fb82a6 100644 --- a/core/xfsprogs/PKGBUILD +++ b/core/xfsprogs/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 142967 2011-11-19 08:45:35Z tpowa $ -# Maintainer: Paul Mattal +# $Id$ +# # ALARM: Kevin Mihelich # - original OPTIMIZER export does not play nice with our system pkgname=xfsprogs -pkgver=4.11.0 +pkgver=4.12.0 pkgrel=1 pkgdesc="XFS filesystem utilities" arch=('i686' 'x86_64') license=('LGPL') url="http://oss.sgi.com/projects/xfs/" groups=('base') -depends=('util-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() { @@ -24,7 +24,7 @@ build() { #export OPTIMIZER="-march=${CARCH/_/-} -O1" export OPTIMIZER="-O1" export DEBUG=-DNDEBUG - ./configure --prefix=/usr --sbindir=/usr/bin + ./configure --prefix=/usr --sbindir=/usr/bin --enable-readline make }