summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2017-03-25 18:17:33 -1000
committerGaetan Bisson2017-03-25 18:17:33 -1000
commitc54730781be489983a6f932db4007ec7e582f6d1 (patch)
tree57f8f409244bfe14f2698ebe69b471ab38907db2
parent75cd81b94568fc135050c4bd01381294bdc2bd9b (diff)
parent79c584ae35551b41bab9077dbaf59bffcaf2bc7c (diff)
downloadaur-c54730781be489983a6f932db4007ec7e582f6d1.tar.gz
Merge branch 'master' of ssh://aur/gp2c
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3687445a0d67..2fc8a710e721 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Jan 11 16:26:39 UTC 2016
pkgbase = gp2c
pkgdesc = Translates GP scripts to PARI programs
- pkgver = 0.0.9pl5
+ pkgver = 0.0.10
pkgrel = 1
url = http://pari.math.u-bordeaux.fr/
arch = i686
@@ -11,8 +9,8 @@ pkgbase = gp2c
license = GPL
makedepends = perl
depends = pari
- source = http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-0.0.9pl5.tar.gz
- sha1sums = e07cebffcd09c0d644d52335130984f33042b46f
+ source = http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-0.0.10.tar.gz
+ sha1sums = 6bce2bbb69227de44fa768619d1dffa861d6470a
pkgname = gp2c
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}"