summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2016-05-02 21:52:34 +0800
committerwangjiezhe2016-05-02 21:52:34 +0800
commit790ddbe463b8627beaf7c331dede155ef7d5a18e (patch)
tree43332a2ec15cae37f996ffa3872f6dcce772d8a5 /PKGBUILD
parentc6bb0fd18d94813b48696bb24f1ccd127cb7a229 (diff)
downloadaur-790ddbe463b8627beaf7c331dede155ef7d5a18e.tar.gz
struct 1.0.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ea724d7b450..e4d353a60b9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pack=struct
pkgname=octave-$_pack
-pkgver=1.0.12
+pkgver=1.0.13
pkgrel=1
pkgdesc="Additional Structure manipulations functions."
arch=(any)
@@ -24,7 +24,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('085a5d39303d0c300b4b969130201e7b')
+md5sums=('f8b4a767f0cbe19a577ffa99b406c3a1')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"