summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGaetan Bisson2017-03-25 18:17:33 -1000
committerGaetan Bisson2017-03-25 18:17:33 -1000
commitc54730781be489983a6f932db4007ec7e582f6d1 (patch)
tree57f8f409244bfe14f2698ebe69b471ab38907db2 /PKGBUILD
parent75cd81b94568fc135050c4bd01381294bdc2bd9b (diff)
parent79c584ae35551b41bab9077dbaf59bffcaf2bc7c (diff)
downloadaur-c54730781be489983a6f932db4007ec7e582f6d1.tar.gz
Merge branch 'master' of ssh://aur/gp2c
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43eb83c66cc8..763764ca4c31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=gp2c
-pkgver=0.0.9pl5
+pkgver=0.0.10
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")
-sha256sums=('53f94d305e5ae0dcb8b9f65bdacfe6d339228f57ae8b85a959b1b0a7661d00e0')
+sha256sums=('e0f89183ae4ea24fc41e1da3df3cca11e4f7061237cee0553082c7806ef917f6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"