summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2018-05-25 14:39:32 +0800
committerwangjiezhe2018-05-25 14:39:32 +0800
commit5d03cc938e9246f50f0fa53513deadfcd111fb8e (patch)
treee9e430a3f65f0a29abf1c3c9b6fe31e39c0f14aa
parenta7aa0c4badeab1b4d00d46820e509f8535c3b9ee (diff)
downloadaur-5d03cc938e9246f50f0fa53513deadfcd111fb8e.tar.gz
statistics 1.4.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32c13ff6e351..559f16b746eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 29 06:27:44 UTC 2016
+# Fri May 25 06:39:28 UTC 2018
pkgbase = octave-statistics
pkgdesc = Additional statistics functions for Octave.
- pkgver = 1.3.0
- pkgrel = 2
+ pkgver = 1.4.0
+ pkgrel = 1
url = http://octave.sourceforge.net/statistics/
install = octave-statistics.install
arch = any
@@ -11,9 +11,9 @@ pkgbase = octave-statistics
license = custom
depends = octave>=3.6.1
depends = octave-io>=1.0.18
- noextract = statistics-1.3.0.tar.gz
- source = http://downloads.sourceforge.net/octave/statistics-1.3.0.tar.gz
- md5sums = c0a82761323f5668f2c9933227a874e7
+ noextract = statistics-1.4.0.tar.gz
+ source = http://downloads.sourceforge.net/octave/statistics-1.4.0.tar.gz
+ md5sums = f695ada508642f2fd43c9018953aa85f
pkgname = octave-statistics
diff --git a/PKGBUILD b/PKGBUILD
index 61854ee80c2d..6cc7524d35eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
_pack=statistics
pkgname=octave-$_pack
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc="Additional statistics functions for Octave."
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=('c0a82761323f5668f2c9933227a874e7')
+md5sums=('f695ada508642f2fd43c9018953aa85f')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"