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

Gaëtan Bisson bisson at archlinux.org
Wed Nov 2 20:57:14 UTC 2016


    Date: Wednesday, November 2, 2016 @ 20:57:14
  Author: bisson
Revision: 194553

upstream update

Modified:
  pari/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-02 20:55:47 UTC (rev 194552)
+++ PKGBUILD	2016-11-02 20:57:14 UTC (rev 194553)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=pari
-pkgver=2.7.6
+pkgver=2.9.0
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number theory'
 url='http://pari.math.u-bordeaux.fr/'
@@ -13,13 +13,8 @@
 optdepends=('perl: gphelp, tex2mail')
 validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
 source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('b8c803e82740ffe6548f84e94e2ddb70786dd0fb' 'SKIP')
+sha1sums=('888d7a2e1df0a97d473f3f09bbc3088d94498454' 'SKIP')
 
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	sed 's/\$addlib64//g' -i config/get_libpth
-}
-
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	./Configure \



More information about the arch-commits mailing list