Date: Tuesday, January 19, 2016 @ 17:30:50
  Author: arojas
Revision: 157694

Update to 2.8.2044

Modified:
  pari-sage/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-01-19 16:20:23 UTC (rev 157693)
+++ PKGBUILD    2016-01-19 16:30:50 UTC (rev 157694)
@@ -3,7 +3,7 @@
 # Contributor: Gaetan Bisson <[email protected]>
 
 pkgname=pari-sage
-_pkgver=2.8-1813-g6157df4
+_pkgver=2.8-2044-g89b0f1e
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory. Development snapshot required by SageMath'
@@ -15,10 +15,9 @@
 optdepends=('perl: gphelp, tex2mail')
 conflicts=(pari)
 provides=(pari)
-# source=("http://www.sagemath.org/packages/upstream/pari/pari-$_pkgver.tar.gz";
 source=("http://mirrors.mit.edu/sage/spkg/upstream/pari/pari-$_pkgver.tar.gz";
  'public_memory_functions.patch')
-md5sums=('c753faaa4780de5ad8d461f0ffd70ecf'
+md5sums=('ca27af679818f4cfef7e8eef9edc83cb'
          '9172b9faee975cd3fe0f97126ea61af8')
 
 prepare() {
@@ -29,18 +28,13 @@
 }
 
 build() {
-       cd pari-${_pkgver}
-       ./Configure \
-               --prefix=/usr \
-               --with-readline \
-               --mt=pthread \
-               --with-gmp \
-
-       make all
+  cd pari-${_pkgver}
+  ./Configure --prefix=/usr --with-readline --mt=pthread --with-gmp
+  make all
 }
 
 package() {
-       cd pari-${_pkgver}
-       make DESTDIR="$pkgdir" install
-       ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
+  cd pari-${_pkgver}
+  make DESTDIR="$pkgdir" install
+  ln -sf gp.1.gz "$pkgdir"/usr/share/man/man1/pari.1
 }

Reply via email to