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

Antonio Rojas arojas at archlinux.org
Wed Nov 30 22:08:07 UTC 2016


    Date: Wednesday, November 30, 2016 @ 22:08:06
  Author: arojas
Revision: 197451

Update to 2.9.0

Modified:
  pari-sage/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-30 20:50:10 UTC (rev 197450)
+++ PKGBUILD	2016-11-30 22:08:06 UTC (rev 197451)
@@ -3,9 +3,9 @@
 # Contributor: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=pari-sage
-_pkgver=2.8.0.alpha
+_pkgver=2.9.0
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=1
 epoch=1
 pkgdesc='Computer algebra system designed for fast computations in number theory. Development snapshot required by SageMath'
 url='http://pari.math.u-bordeaux.fr/'
@@ -16,17 +16,9 @@
 optdepends=('perl: gphelp, tex2mail')
 conflicts=(pari)
 provides=(pari)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz"
-	https://raw.githubusercontent.com/sagemath/sage/master/build/pkgs/pari/patches/stackwarn.patch)
-md5sums=('f3f3342913a3b3b306970b3462f4d47d'
-         '8cc6dc97128ae6ab965e5d1924d2318c')
+source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz")
+md5sums=('f06996a9ed92fb4c2b63a9bef8279cf5')
 
-prepare() {
-  cd pari-${_pkgver}
-# Silence warnings when increasing stack size
-  patch -p1 -i ../stackwarn.patch
-}
-
 build() {
   cd pari-${_pkgver}
   ./Configure --prefix=/usr --with-readline --with-gmp



More information about the arch-commits mailing list