summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Rojas2017-10-20 22:36:53 +0000
committerAntonio Rojas2017-10-20 22:36:53 +0000
commit01a64bcb7d7028ea1af5e98f76fc13d50f9d2a72 (patch)
tree5a262cefc062b42ad90a8c162ee3808147fe7d59 /PKGBUILD
parent0fd394e84ebb08ad171deaa83056627222f16095 (diff)
downloadaur-01a64bcb7d7028ea1af5e98f76fc13d50f9d2a72.tar.gz
Update to 0.9.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f32c46f90264..b0b1c71f4476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=pysingular
pkgname=(python2-pysingular python-pysingular)
-pkgver=0.9.1
+pkgver=0.9.5
pkgrel=1
pkgdesc="A Python interface to Singular"
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ url="https://github.com/sebasguts/SingularPython"
license=(GPL2)
makedepends=(python-setuptools python2-setuptools singular)
source=("https://pypi.io/packages/source/P/PySingular/PySingular-$pkgver.tar.gz")
-md5sums=('be1913a73d6c5aaea7872202e55a4346')
+md5sums=('f2698b633915199fc27c9772e4688754')
prepare() {
cp -r PySingular-$pkgver PySingular-$pkgver-py2