summaryrefslogtreecommitdiff
path: root/community/pari
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-08-05 11:01:59 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-08-05 11:01:59 +0200
commit2404cab74d2adee25da90382310e16f36b9da81e (patch)
tree6b6958b291e7f2bd58b01fc63809203f8c9c423b /community/pari
parentb796bed39624486a348d1cb2881c5a1e88f84954 (diff)
parent9b4356a4ce894946739f7fff9411f62be0fbc122 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/qtcurve-kde4/PKGBUILD community-testing/r8168-lts/PKGBUILD multilib/lib32-libphobos/PKGBUILD testing/bison/PKGBUILD testing/flex/PKGBUILD testing/logrotate/PKGBUILD
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 f635331b3..f1387e718 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
}