summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2015-12-24 09:37:53 +0800
committerwangjiezhe2015-12-24 09:37:53 +0800
commiteadd5f1979b0ad88a83381d90999ea034b30f5c9 (patch)
treefba1b4e3d3ba2f6b55bdee1612d8c9bfcfb03e36
parent61261a88a5139dcb91f77fd35cb70280266d88b4 (diff)
downloadaur-eadd5f1979b0ad88a83381d90999ea034b30f5c9.tar.gz
Updpkg to 0.3.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f03dfbb4de4..eed2a77de9fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 07:28:20 UTC 2015
+# Thu Dec 24 01:37:30 UTC 2015
pkgbase = octave-level-set
pkgdesc = Routines for calculating the time-evolution of the level-set equation and extracting geometric information from the level-set function.
- pkgver = 0.2.0
- pkgrel = 3
+ pkgver = 0.3.0
+ pkgrel = 1
url = http://octave.sourceforge.net/level-set/
install = octave-level-set.install
arch = any
groups = octave-forge
license = GPL3
depends = octave>=3.6.0
- noextract = level-set-0.2.0.tar.gz
- source = http://downloads.sourceforge.net/octave/level-set-0.2.0.tar.gz
- md5sums = b9d56845f41f13cee4b92f7d679e80bc
+ noextract = level-set-0.3.0.tar.gz
+ source = http://downloads.sourceforge.net/octave/level-set-0.3.0.tar.gz
+ md5sums = 633742a569099ad745319684ed378c69
pkgname = octave-level-set
diff --git a/PKGBUILD b/PKGBUILD
index a3c700259113..a1d4ac7f0604 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
_pack=level-set
pkgname=octave-$_pack
-pkgver=0.2.0
-pkgrel=3
+pkgver=0.3.0
+pkgrel=1
pkgdesc="Routines for calculating the time-evolution of the level-set equation and extracting geometric information from the level-set function."
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=('b9d56845f41f13cee4b92f7d679e80bc')
+md5sums=('633742a569099ad745319684ed378c69')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"