mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/xfsprogs to 3.1.7-1
This commit is contained in:
parent
a3da377c06
commit
9322260c03
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 118982 2011-04-09 21:14:21Z tpowa $
|
||||
# $Id: PKGBUILD 142967 2011-11-19 08:45:35Z tpowa $
|
||||
# Maintainer: Paul Mattal <paul@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@plugapps.com>
|
||||
|
@ -7,7 +7,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=xfsprogs
|
||||
pkgver=3.1.6
|
||||
pkgver=3.1.7
|
||||
pkgrel=1
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -18,11 +18,11 @@ depends=('util-linux-ng>=2.16')
|
|||
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=('fbd2c1c5abed4b11047bea6ce53bc6e4')
|
||||
md5sums=('049cf9873794ea49d0bb3f12d45748a4')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
# export OPTIMIZER="-march=${CARCH/_/-} -O1"
|
||||
#export OPTIMIZER="-march=${CARCH/_/-} -O1"
|
||||
export OPTIMIZER="-O1"
|
||||
export DEBUG=-DNDEBUG
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue