summaryrefslogtreecommitdiff
path: root/community/pari
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-05 00:04:11 +0000
committerroot <root@rshg054.dnsready.net>2012-08-05 00:04:11 +0000
commit9b4356a4ce894946739f7fff9411f62be0fbc122 (patch)
tree29999235b5b73068c5ddb4dc1239dcf7c66397fa /community/pari
parentf8ac5d4703080cc87ba2fe36f68df745d3a5f62f (diff)
Sun Aug 5 00:04:11 UTC 2012
Diffstat (limited to 'community/pari')
-rw-r--r--community/pari/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/pari/PKGBUILD b/community/pari/PKGBUILD
index 35f4fe186..efc846ca4 100644
--- a/community/pari/PKGBUILD
+++ b/community/pari/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 64451 2012-02-13 22:53:47Z bisson $
+# $Id: PKGBUILD 74773 2012-08-04 00:52:49Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=pari
-pkgver=2.5.1
+pkgver=2.5.2
pkgrel=1
pkgdesc='Computer algebra system designed for fast computations in number theory'
url='http://pari.math.u-bordeaux.fr/'
@@ -12,10 +12,11 @@ depends=('gmp' 'readline' 'libx11')
makedepends=('perl' 'texlive-core')
optdepends=('perl: gphelp, tex2mail')
source=("${url}pub/pari/unix/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('c83314bb993161a60e1e46ae7616072858414354')
+sha1sums=('3efe590e885a7dde521b8553762d3207b919e69f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ sed 's/\$addlib64/ /' -i config/get_libpth
./Configure --prefix=/usr --with-gmp --with-readline
make all
}