summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2016-02-27 10:09:33 +0800
committerwangjiezhe2016-02-27 10:09:33 +0800
commitc6bb0fd18d94813b48696bb24f1ccd127cb7a229 (patch)
tree729409f4413e04b269897ae38602d91454ada9e8 /PKGBUILD
parent5d3cebc0d449088beb069dc3318d422210204a6a (diff)
downloadaur-c6bb0fd18d94813b48696bb24f1ccd127cb7a229.tar.gz
struct 1.0.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7686315fb38..9ea724d7b450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
_pack=struct
pkgname=octave-$_pack
-pkgver=1.0.11
-pkgrel=4
+pkgver=1.0.12
+pkgrel=1
pkgdesc="Additional Structure manipulations functions."
arch=(any)
url="http://octave.sourceforge.net/$_pack/"
@@ -24,7 +24,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('5ff3236cca32c691b023944bac45c4fd')
+md5sums=('085a5d39303d0c300b4b969130201e7b')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"