diff options
author | wangjiezhe | 2016-11-16 20:15:41 +0800 |
---|---|---|
committer | wangjiezhe | 2016-11-16 20:15:41 +0800 |
commit | 5a1957bb25e81fa05dba43f5f3d657b45927197d (patch) | |
tree | e259229222642280c6d2aeabe612dbfe0e0af982 | |
parent | 5e79a50e2d8139cd9ecdcd0b7d23792df15b734d (diff) | |
download | aur-5a1957bb25e81fa05dba43f5f3d657b45927197d.tar.gz |
doctest 0.5.0
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -1,17 +1,17 @@ # Generated by mksrcinfo v8 -# Wed Feb 17 12:53:41 UTC 2016 +# Wed Nov 16 12:15:36 UTC 2016 pkgbase = octave-doctest 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 [...] - pkgver = 0.4.1 + pkgver = 0.5.0 pkgrel = 1 url = http://octave.sourceforge.net/doctest/ install = octave-doctest.install arch = any groups = octave-forge license = custom - noextract = doctest-0.4.1.tar.gz - source = http://downloads.sourceforge.net/octave/doctest-0.4.1.tar.gz - md5sums = d78d175c02c626258d87d900e9aa2d7d + noextract = doctest-0.5.0.tar.gz + source = http://downloads.sourceforge.net/octave/doctest-0.5.0.tar.gz + md5sums = ecf903619f4feacfb4b2c83d4d8e5b1f pkgname = octave-doctest @@ -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 "$*" |