summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14fc9c0b292f..1e3cd589973d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
_pack=sparsersb
pkgname=octave-$_pack
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
pkgdesc="Interface to the librsb package implementing the RSB sparse matrix format."
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=('97995c9d95d559fccbc117028aa969e0')
+md5sums=('94ea30765656f0f26cf5b363b455d9b4')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"