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 f432028899b9..eed056ed5d55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Dec 23 08:18:50 UTC 2015
+# Tue Jan 19 20:04:01 UTC 2016
pkgbase = python-oct2py
pkgdesc = Python to GNU Octave bridge.
- pkgver = 3.3.3
+ pkgver = 3.4.0
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.3.3.tar.gz
- md5sums = 45c9738cced1b92788cdf517f2e037a6
+ source = https://github.com/blink1073/oct2py/archive/v3.4.0.tar.gz
+ md5sums = c10017064b3998784b3f082c95ce560d
pkgname = python-oct2py
depends = python-scipy
diff --git a/PKGBUILD b/PKGBUILD
index 04810450f641..28d6efa36774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkbase=python-oct2py
pkgname=('python-oct2py' 'python2-oct2py')
-pkgver=3.3.3
+pkgver=3.4.0
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=('45c9738cced1b92788cdf517f2e037a6')
+md5sums=('c10017064b3998784b3f082c95ce560d')
build() {
cp -r "${srcdir}"/oct2py-$pkgver "${srcdir}"/oct2py-$pkgver-py2