[arch-commits] Commit in pari/repos/community-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Mon Jan 8 22:13:02 UTC 2018


    Date: Monday, January 8, 2018 @ 22:13:00
  Author: bisson
Revision: 280586

archrelease: copy trunk to community-x86_64

Added:
  pari/repos/community-x86_64/PKGBUILD
    (from rev 280585, pari/trunk/PKGBUILD)
Deleted:
  pari/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 22:12:20 UTC (rev 280585)
+++ PKGBUILD	2018-01-08 22:13:00 UTC (rev 280586)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=pari
-pkgver=2.9.3
-pkgrel=1
-pkgdesc='Computer algebra system designed for fast computations in number theory'
-url='http://pari.math.u-bordeaux.fr/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gmp' 'readline' 'libx11')
-makedepends=('perl' 'texlive-core')
-optdepends=('perl: gphelp, tex2mail')
-validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
-source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('e76a27779d2b1210ce1aba48363b98dd201a1bf876eb14f46ea6bd7769a00a63'
-            'SKIP')
-
-conflicts=('pari-sage')
-replaces=("pari-sage<=1:${pkgver}")
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./Configure \
-		--prefix=/usr \
-		--with-readline \
-		--mt=pthread \
-		--with-gmp \
-
-	make all
-}
-
-check() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make bench
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-	ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
-}

Copied: pari/repos/community-x86_64/PKGBUILD (from rev 280585, pari/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-08 22:13:00 UTC (rev 280586)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=pari
+pkgver=2.9.4
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number theory'
+url='https://pari.math.u-bordeaux.fr/'
+license=('GPL')
+arch=('x86_64')
+depends=('gmp' 'readline' 'libx11')
+makedepends=('perl' 'texlive-core')
+optdepends=('perl: gphelp, tex2mail')
+validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
+source=("https://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('4f9cdc739630a039c0fcc9afac2e5647659c4a709dcc6f7a69d5908cd4a82647'
+            'SKIP')
+
+conflicts=('pari-sage')
+replaces=("pari-sage<=1:${pkgver}")
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./Configure \
+		--prefix=/usr \
+		--with-readline \
+		--mt=pthread \
+		--with-gmp \
+
+	make all
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make bench
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
+}



More information about the arch-commits mailing list