summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2016-12-31 14:47:51 +0100
committerMichel Zou2016-12-31 14:47:51 +0100
commit5cc76bd80303d30821518615a76eeaf4bdff726d (patch)
tree2d4e68e41a1fa14854437204a9c94a28d1f872f7 /PKGBUILD
parente2f60b6584dbc817f744544a206b0f3b4547e258 (diff)
downloadaur-5cc76bd80303d30821518615a76eeaf4bdff726d.tar.gz
3.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3e25bf98e2c..efd00f8f439c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkbase=python-oct2py
pkgname=('python-oct2py' 'python2-oct2py')
-pkgver=3.6.5
+pkgver=3.8.1
pkgrel=1
pkgdesc="Python to GNU Octave bridge."
arch=('any')
@@ -10,7 +10,7 @@ url="http://github.com/blink1073/oct2py"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/blink1073/oct2py/archive/v${pkgver}.tar.gz")
-md5sums=('51be4ecb5753be557e4b0f666bf4028c')
+md5sums=('c573b35f1a159a20b6c6a004be7b0584')
build() {
cp -r "${srcdir}"/oct2py-$pkgver "${srcdir}"/oct2py-$pkgver-py2