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

Antonio Rojas arojas at archlinux.org
Wed Oct 19 13:52:48 UTC 2016


    Date: Wednesday, October 19, 2016 @ 13:52:48
  Author: arojas
Revision: 192582

Update to 2.8.0.alpha

Modified:
  pari-sage/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-19 10:56:05 UTC (rev 192581)
+++ PKGBUILD	2016-10-19 13:52:48 UTC (rev 192582)
@@ -3,9 +3,10 @@
 # Contributor: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=pari-sage
-_pkgver=2.8-2771-gb70b447
+_pkgver=2.8.0.alpha
 pkgver=${_pkgver//-/.}
 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/'
 license=(GPL)
@@ -17,7 +18,7 @@
 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=('59f2e4c3c51f7652182400489cd76e6a'
+md5sums=('f3f3342913a3b3b306970b3462f4d47d'
          '8cc6dc97128ae6ab965e5d1924d2318c')
 
 prepare() {
@@ -36,4 +37,7 @@
   cd pari-${_pkgver}
   make DESTDIR="$pkgdir" install
   ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+
+# Intall header needed by SageMath
+  install -Dm644 src/language/anal.h "$pkgdir"/usr/include/pari/anal.h
 }



More information about the arch-commits mailing list