Date: Wednesday, January 11, 2017 @ 22:49:51 Author: arojas Revision: 206860
Sync with main pari package Modified: pari-sage/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-11 22:41:38 UTC (rev 206859) +++ PKGBUILD 2017-01-11 22:49:51 UTC (rev 206860) @@ -3,7 +3,7 @@ # Contributor: Gaetan Bisson <[email protected]> pkgname=pari-sage -_pkgver=2.9.0 +_pkgver=2.9.1 pkgver=${_pkgver//-/.} pkgrel=1 epoch=1 @@ -16,12 +16,12 @@ optdepends=('perl: gphelp, tex2mail') conflicts=(pari) provides=(pari) -source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz") -md5sums=('f06996a9ed92fb4c2b63a9bef8279cf5') +source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${pkgver}.tar.gz") +md5sums=('f997d6b526df6cd9145af0de5b822bf4') build() { cd pari-${_pkgver} - ./Configure --prefix=/usr --with-readline --with-gmp + ./Configure --prefix=/usr --with-readline --with-gmp --mt=pthread make all }
