summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2016-02-17 20:50:11 +0800
committerwangjiezhe2016-02-17 20:50:11 +0800
commit2560a04ed84ca8a3d08825b737555ea5ac47aec5 (patch)
tree7180d519a7fdbab5f7d3aec6631bc115c4e41f2f /PKGBUILD
parent2f86d55b91630ae86dae12d2bfd743130e594980 (diff)
downloadaur-2560a04ed84ca8a3d08825b737555ea5ac47aec5.tar.gz
upgpkg: octave-instrument-control 0.2.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 697a15d3b577..cfacfcaf429e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
_pack=instrument-control
pkgname=octave-$_pack
-pkgver=0.2.1
-pkgrel=3
+pkgver=0.2.2
+pkgrel=1
pkgdesc="Low level I/O functions for serial, i2c, parallel, tcp, gpib, vxi11 and usbtmc interfaces."
arch=(any)
url="http://octave.sourceforge.net/$_pack/"
@@ -24,8 +24,8 @@ options=()
install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
+md5sums=('0151178709efe3f582a50c8607ba8c43')
noextract=("$_archive")
-md5sums=('1dde422526d9ab63300ba8e5bce0471a')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"