summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Walsh2022-03-23 15:38:24 +0100
committerFlorian Walsh2022-03-23 15:38:24 +0100
commit470ef3238f105bc121a3fdae89b832c67f9b66fd (patch)
tree4e5d661a95f59ca7495689d159585ca49168e18a /PKGBUILD
parent1818e9aa731ac77bdda520ca45e4ff254e75894d (diff)
downloadaur-470ef3238f105bc121a3fdae89b832c67f9b66fd.tar.gz
fix compilation flags
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf9862b3099a..fe826530d6e5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=cocoalib
pkgver=0.99800
-pkgrel=1
+pkgrel=2
pkgdesc="A C++ library for doing Computations in Commutative Algebra. Also includes the CoCoA-5 Interpreter."
arch=('i686' 'x86_64')
url="http://cocoa.dima.unige.it/"
license=('GPL')
depends=('gmp' 'boost-libs' 'readline')
makedepends=('frobby' 'boost')
+options=('!buildflags')
source=("http://cocoa.dima.unige.it/cocoalib/tgz/CoCoALib-$pkgver.tgz" "cocoa5")
sha256sums=('6f38dbf9156d5598e67c05c9557f03281880527afd579d71cd4076be535ec523'
'77728fcb4204616b77f05fa7801a3a34520ce892decbeb1d588ad9bb6a436a0e')