summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2018-11-17 13:05:27 +0800
committerpingplug2018-11-17 13:05:27 +0800
commit28b1446362c40e1fbc17799c186ebe13c7d3b955 (patch)
tree2d05c36e12e5421bd6ba439f8ca4f10b15c01123
parent2d4e77c9a3916c0f2291dba902767eb1863af9e4 (diff)
downloadaur-28b1446362c40e1fbc17799c186ebe13c7d3b955.tar.gz
Updated to 0.5.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57c66194e9ab..ba10f2e0d366 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = octave-financial
pkgdesc = Financial manipulation, plotting functions and additional date manipulation tools.
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = http://octave.sourceforge.net/financial/
install = octave-financial.install
@@ -9,9 +9,9 @@ pkgbase = octave-financial
license = GPL3
depends = octave>=3.0.1
depends = octave-io>=1.0.18
- noextract = financial-0.5.2.tar.gz
- source = http://downloads.sourceforge.net/octave/financial-0.5.2.tar.gz
- md5sums = b59c61d985deb67e044890c27241cd0c
+ noextract = financial-0.5.3.tar.gz
+ source = http://downloads.sourceforge.net/octave/financial-0.5.3.tar.gz
+ md5sums = 72ff50cf84923461b83903438619ad6b
pkgname = octave-financial
diff --git a/PKGBUILD b/PKGBUILD
index bbc6576c1b16..191cd70b0dd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pack=financial
pkgname=octave-$_pack
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="Financial manipulation, plotting functions and additional date manipulation tools."
arch=(any)
@@ -24,7 +24,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('b59c61d985deb67e044890c27241cd0c')
+md5sums=('72ff50cf84923461b83903438619ad6b')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"