summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2016-01-11 06:26:41 -1000
committerGaetan Bisson2016-01-11 06:26:41 -1000
commitb52368c4ce199d2182e694954a43fd32c8055b5b (patch)
tree05474e21c5b3c6cf8c1f82f121dff5988fe48419
parent5c15f2826672495f2c1dd3d60fea1cb604346433 (diff)
downloadaur-b52368c4ce199d2182e694954a43fd32c8055b5b.tar.gz
upstream update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eb6dafdb38f..3687445a0d67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Jan 11 16:26:39 UTC 2016
pkgbase = gp2c
pkgdesc = Translates GP scripts to PARI programs
- pkgver = 0.0.9pl4
+ pkgver = 0.0.9pl5
pkgrel = 1
url = http://pari.math.u-bordeaux.fr/
arch = i686
@@ -9,8 +11,8 @@ pkgbase = gp2c
license = GPL
makedepends = perl
depends = pari
- source = http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-0.0.9pl4.tar.gz
- sha1sums = 3cae0c1677517a1e38313cc154d4df6a4e1df879
+ source = http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-0.0.9pl5.tar.gz
+ sha1sums = e07cebffcd09c0d644d52335130984f33042b46f
pkgname = gp2c
diff --git a/PKGBUILD b/PKGBUILD
index a9da6c7fd250..770888efe9b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=gp2c
-pkgver=0.0.9pl4
+pkgver=0.0.9pl5
pkgrel=1
pkgdesc='Translates GP scripts to PARI programs'
url='http://pari.math.u-bordeaux.fr/'
@@ -10,7 +10,7 @@ license=('GPL')
depends=('pari')
makedepends=('perl')
source=("${url}pub/pari/GP2C/$pkgname-${pkgver}.tar.gz")
-sha1sums=('3cae0c1677517a1e38313cc154d4df6a4e1df879')
+sha1sums=('e07cebffcd09c0d644d52335130984f33042b46f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"