summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2015-11-21 14:50:09 -1000
committerGaetan Bisson2015-11-21 14:50:09 -1000
commit5c15f2826672495f2c1dd3d60fea1cb604346433 (patch)
tree6d4e28bcf5beb1b531a7d614e32512c972a1bd61
parent260cde66ee156f665708483918373e2fade6b211 (diff)
downloadaur-5c15f2826672495f2c1dd3d60fea1cb604346433.tar.gz
upstream update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 568da47262e4..9eb6dafdb38f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gp2c
pkgdesc = Translates GP scripts to PARI programs
- pkgver = 0.0.9pl3
+ pkgver = 0.0.9pl4
pkgrel = 1
url = http://pari.math.u-bordeaux.fr/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = gp2c
license = GPL
makedepends = perl
depends = pari
- source = http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-0.0.9pl3.tar.gz
- md5sums = cb263990e399153aca6a2540930b4600
+ source = http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-0.0.9pl4.tar.gz
+ sha1sums = 3cae0c1677517a1e38313cc154d4df6a4e1df879
pkgname = gp2c
diff --git a/PKGBUILD b/PKGBUILD
index d58bd9ee54e3..a9da6c7fd250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=gp2c
-pkgver=0.0.9pl3
+pkgver=0.0.9pl4
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")
-md5sums=('cb263990e399153aca6a2540930b4600')
+sha1sums=('3cae0c1677517a1e38313cc154d4df6a4e1df879')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"