summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaxgiggs2016-07-05 15:18:03 +0200
committermaxgiggs2016-07-05 15:18:03 +0200
commit00271a745cff98977b0a5e5f7f5bd128c066f743 (patch)
treee1993fcf365306564317bf88f84cae849840abf2
parent2f21068338307f103ee5a8b5a232ecb4facd9871 (diff)
downloadaur-00271a745cff98977b0a5e5f7f5bd128c066f743.tar.gz
some changes
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b17ff1ef43c..36d5c7f27276 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefano Campanella <stefanocampanella1729@gmail.com>
pkgname=form-git
_pkgid=${pkgname%-git}
-pkgver=4.1.20131025.r150.g8f658ee
+pkgver=4.1.20131025.r201.g805031b
pkgrel=1
pkgdesc="Symbolic Manipulation System developed at Nikhef."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.nikhef.nl/~form/"
license=('GPL')
depends=('gmp>=4.2' 'zlib>=1.2')
makedepends=('git')
-provides=('$_pkgid')
+provides=('form')
source=("git://github.com/vermaseren/form.git")
md5sums=('SKIP')
@@ -22,7 +22,8 @@ build(){
cd $_pkgid
autoreconf -i
./configure --prefix=/usr
- make CFLAGS+=" -Ofast" ${MAKEFLAGS}
+ # make CFLAGS+="-O3 -march=native" ${MAKEFLAGS}
+ make ${MAKEFLAGS}
}
package() {