[arch-commits] Commit in pari/trunk (PKGBUILD)

Gaetan Bisson bisson at nymeria.archlinux.org
Mon Mar 24 16:31:51 UTC 2014


    Date: Monday, March 24, 2014 @ 17:31:51
  Author: bisson
Revision: 108199

upstream update

Modified:
  pari/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-24 15:22:43 UTC (rev 108198)
+++ PKGBUILD	2014-03-24 16:31:51 UTC (rev 108199)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=pari
-pkgver=2.5.5
+pkgver=2.7.0
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number theory'
 url='http://pari.math.u-bordeaux.fr/'
@@ -11,8 +11,8 @@
 depends=('gmp' 'readline' 'libx11')
 makedepends=('perl' 'texlive-core')
 optdepends=('perl: gphelp, tex2mail')
-source=("${url}pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('77637f935ee4a3b78e7015cef00146bd2f7e96bc' 'SKIP')
+source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('ea3764bc0bac37d033e1109087bacba4c94b4c7d' 'SKIP')
 
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,7 +21,12 @@
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	./Configure --prefix=/usr --with-gmp --with-readline
+	./Configure \
+		--prefix=/usr \
+		--with-readline \
+		--mt=pthread \
+		--with-gmp \
+
 	make all
 }
 




More information about the arch-commits mailing list