core/xfsprogs to 4.12.0-1

This commit is contained in:
Kevin Mihelich 2017-08-12 12:50:26 +00:00
parent dd053f7747
commit 243245298d

View file

@ -1,21 +1,21 @@
# $Id: PKGBUILD 142967 2011-11-19 08:45:35Z tpowa $
# Maintainer: Paul Mattal <paul@archlinux.org>
# $Id$
#
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - 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
}