summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eed056ed5d55..a86c8c349a5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Jan 19 20:04:01 UTC 2016
+# Mon Oct 10 17:09:13 UTC 2016
pkgbase = python-oct2py
pkgdesc = Python to GNU Octave bridge.
- pkgver = 3.4.0
+ pkgver = 3.5.9
pkgrel = 1
url = http://github.com/blink1073/oct2py
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/blink1073/oct2py/archive/v3.4.0.tar.gz
- md5sums = c10017064b3998784b3f082c95ce560d
+ source = https://github.com/blink1073/oct2py/archive/v3.5.9.tar.gz
+ md5sums = 039ea66d10383ad5bbe0b8387e8b1fb7
pkgname = python-oct2py
depends = python-scipy
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