summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2018-07-20 07:43:27 -1000
committerGaetan Bisson2018-07-20 07:43:27 -1000
commit56900637feb3f3cd50a16c52e7019d4ae5377a90 (patch)
tree635440e9c70deb23ebc1f58cdba9829fd2abc237
parent91e331a5f5e19a93ddae54efd379dadcc858f5da (diff)
downloadaur-56900637feb3f3cd50a16c52e7019d4ae5377a90.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 f5db01464c30..a70da74bc3cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gp2c
pkgdesc = Translates GP scripts to PARI programs
- pkgver = 0.0.10.pl1
+ pkgver = 0.0.11
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.10pl1.tar.gz
- sha256sums = 5bb12e3b57ed015f955a3639354f871840ef5e0f581c17fa30bbaefe77ab0f9a
+ source = http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-0.0.11.tar.gz
+ sha256sums = b5a9d0eee0b4b0e0ff02d36224c504fb765098113f231050f41eb5db84ecc9fc
pkgname = gp2c
diff --git a/PKGBUILD b/PKGBUILD
index ced4f8718dec..03bfcd4d083d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=gp2c
-pkgver=0.0.10.pl1
+pkgver=0.0.11
_pkgver=${pkgver/.pl/pl}
pkgrel=1
pkgdesc='Translates GP scripts to PARI programs'
@@ -11,7 +11,7 @@ license=('GPL')
depends=('pari')
makedepends=('perl')
source=("${url}pub/pari/GP2C/${pkgname}-${_pkgver}.tar.gz")
-sha256sums=('5bb12e3b57ed015f955a3639354f871840ef5e0f581c17fa30bbaefe77ab0f9a')
+sha256sums=('b5a9d0eee0b4b0e0ff02d36224c504fb765098113f231050f41eb5db84ecc9fc')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"