summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2015-12-23 09:18:50 +0100
committerMichel Zou2015-12-23 09:18:50 +0100
commit43d754f60f968ca9d274aee5545ce5b597e52437 (patch)
tree22ee6089e51cde653926e7ec2865fc802223fb81 /PKGBUILD
parent9724b122c2e6ab026d70be1e5ec6e930495a20d5 (diff)
downloadaur-43d754f60f968ca9d274aee5545ce5b597e52437.tar.gz
333
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59a3d58cc5e3..04810450f641 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkbase=python-oct2py
pkgname=('python-oct2py' 'python2-oct2py')
-pkgver=3.1.0
+pkgver=3.3.3
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=('042590ba6e04adddc1ef9e735e441e81')
+md5sums=('45c9738cced1b92788cdf517f2e037a6')
build() {
cp -r "${srcdir}"/oct2py-$pkgver "${srcdir}"/oct2py-$pkgver-py2