summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2017-01-13 09:53:15 +0800
committerwangjiezhe2017-01-13 09:53:15 +0800
commitadedb62ad56c48df04954dd2404959cbe1e93551 (patch)
tree5119490a918a80e715483823f26ad1d20c84cb84 /PKGBUILD
parente61c6340f78ba440b08a5f9e1fdaa52a07e65798 (diff)
downloadaur-adedb62ad56c48df04954dd2404959cbe1e93551.tar.gz
ncarray 1.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5387634c30fa..da168a49f47d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
_pack=ncarray
pkgname=octave-$_pack
-pkgver=1.0.3
-pkgrel=3
+pkgver=1.0.4
+pkgrel=1
pkgdesc="Access a single or a collection of NetCDF files as a multi-dimensional array"
arch=(any)
url="http://octave.sourceforge.net/$_pack/"
@@ -25,7 +25,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('18f563063a589871f3d6aa56a5fb8c49')
+md5sums=('797cb2398a7e7b6027f1e65094870cfd')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"