summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2016-10-10 19:09:13 +0200
committerMichel Zou2016-10-10 19:09:13 +0200
commitd23b52c452c0338857fcb6580f2e33201b733fbc (patch)
treef4c3fff6b269889b2a9450aada29f13871cc7cf2 /PKGBUILD
parentd65a56291a5531dddde9a517d08d1113169aa9aa (diff)
downloadaur-d23b52c452c0338857fcb6580f2e33201b733fbc.tar.gz
3.5.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28d6efa36774..161e611319e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkbase=python-oct2py
pkgname=('python-oct2py' 'python2-oct2py')
-pkgver=3.4.0
+pkgver=3.5.9
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=('c10017064b3998784b3f082c95ce560d')
+md5sums=('039ea66d10383ad5bbe0b8387e8b1fb7')
build() {
cp -r "${srcdir}"/oct2py-$pkgver "${srcdir}"/oct2py-$pkgver-py2