summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2016-11-16 20:15:41 +0800
committerwangjiezhe2016-11-16 20:15:41 +0800
commit5a1957bb25e81fa05dba43f5f3d657b45927197d (patch)
treee259229222642280c6d2aeabe612dbfe0e0af982
parent5e79a50e2d8139cd9ecdcd0b7d23792df15b734d (diff)
downloadaur-5a1957bb25e81fa05dba43f5f3d657b45927197d.tar.gz
doctest 0.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e8d3f058e0b..ca109f0be93c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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 "$*"