summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2016-11-16 20:15:41 +0800
committerwangjiezhe2016-11-16 20:15:41 +0800
commit5a1957bb25e81fa05dba43f5f3d657b45927197d (patch)
treee259229222642280c6d2aeabe612dbfe0e0af982 /PKGBUILD
parent5e79a50e2d8139cd9ecdcd0b7d23792df15b734d (diff)
downloadaur-5a1957bb25e81fa05dba43f5f3d657b45927197d.tar.gz
doctest 0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4de24100689d..dc6f885ee12d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pack=doctest
pkgname=octave-$_pack
-pkgver=0.4.1
+pkgver=0.5.0
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)
@@ -25,7 +25,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('d78d175c02c626258d87d900e9aa2d7d')
+md5sums=('ecf903619f4feacfb4b2c83d4d8e5b1f')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"