summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2016-02-17 20:53:43 +0800
committerwangjiezhe2016-02-17 20:53:43 +0800
commit5e79a50e2d8139cd9ecdcd0b7d23792df15b734d (patch)
tree148ab592aa38f6f5dd7195a14420e30ec3c5e961 /PKGBUILD
parent7812c23f752669772cfc51fbed592826666b1ae2 (diff)
downloadaur-5e79a50e2d8139cd9ecdcd0b7d23792df15b734d.tar.gz
upgpkg: octave-doctest 0.4.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b35726c3922..4de24100689d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
_pack=doctest
pkgname=octave-$_pack
-pkgver=0.4.0
-pkgrel=3
+pkgver=0.4.1
+pkgrel=1
pkgdesc="The Octave-Forge Doctest package finds specially-formatted blocks of example code within documentation files. It then executes the code and confirms the output is correct. This can be useful as part of a testing framework or simply to ensure that [...]"
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=('3c9252381e46745bc760f53960710d87')
+md5sums=('d78d175c02c626258d87d900e9aa2d7d')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"