summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2017-03-12 10:54:17 +0800
committerwangjiezhe2017-03-12 10:54:17 +0800
commit67eef952f6e2cf73754b9a56f57911f8a6324afd (patch)
tree6a02b9d66225c2f7da1792a9c0d1f348c1cfb6f3 /PKGBUILD
parentbbeb33a2d1542076b0c053294129773303aef683 (diff)
downloadaur-67eef952f6e2cf73754b9a56f57911f8a6324afd.tar.gz
io 2.4.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c20f7f137ebc..f1d6a2a6d877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
_pack=io
pkgname=octave-$_pack
-pkgver=2.4.5
-pkgrel=2
+pkgver=2.4.6
+pkgrel=1
pkgdesc="Input/Output in external formats."
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=('1a8323482f209fca9b511530673cf51a')
+md5sums=('7a5d0704d4a0f0737c534e2df455f74b')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"