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 22ed35778270..df7add5ebec1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Nov 28 18:12:04 UTC 2016
+# Sat Dec 31 13:47:51 UTC 2016
pkgbase = python-oct2py
pkgdesc = Python to GNU Octave bridge.
- pkgver = 3.6.5
+ pkgver = 3.8.1
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.6.5.tar.gz
- md5sums = 51be4ecb5753be557e4b0f666bf4028c
+ source = https://github.com/blink1073/oct2py/archive/v3.8.1.tar.gz
+ md5sums = c573b35f1a159a20b6c6a004be7b0584
pkgname = python-oct2py
depends = python-scipy
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