summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2019-12-04 19:19:38 +0800
committerwangjiezhe2019-12-04 19:19:38 +0800
commitb137ac9260892325666b15499ab854a7e4158e5f (patch)
tree1125af66ad293880af4be11e360427c8351a3792
parent6a3e7b2963892370d29610227dfcf2f97b6d4640 (diff)
downloadaur-b137ac9260892325666b15499ab854a7e4158e5f.tar.gz
linear-algebra 2.2.3
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea9e3867ed58..53edccc811d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,16 @@
-# Generated by mksrcinfo v8
-# Thu Dec 29 05:17:48 UTC 2016
pkgbase = octave-linear-algebra
pkgdesc = Additional linear algebra code, including general SVD and matrix functions.
- pkgver = 2.2.2
- pkgrel = 4
+ pkgver = 2.2.3
+ pkgrel = 1
url = http://octave.sourceforge.net/linear-algebra/
install = octave-linear-algebra.install
arch = any
groups = octave-forge
license = custom
- depends = octave>=3.2.3
- depends = octave-general>=1.3.0
- noextract = linear-algebra-2.2.2.tar.gz
- source = http://downloads.sourceforge.net/octave/linear-algebra-2.2.2.tar.gz
- md5sums = 702461982f6028addf00bac1d0b31538
+ depends = octave>=4.0.0
+ noextract = linear-algebra-2.2.3.tar.gz
+ source = http://downloads.sourceforge.net/octave/linear-algebra-2.2.3.tar.gz
+ md5sums = 1fea4114fa4a143b6a78a02e11352370
pkgname = octave-linear-algebra
diff --git a/PKGBUILD b/PKGBUILD
index a65ad3914f0b..1a307bc1e057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
_pack=linear-algebra
pkgname=octave-$_pack
-pkgver=2.2.2
-pkgrel=4
+pkgver=2.2.3
+pkgrel=1
pkgdesc="Additional linear algebra code, including general SVD and matrix functions."
arch=(any)
url="http://octave.sourceforge.net/$_pack/"
license=('custom')
groups=('octave-forge')
-depends=('octave>=3.2.3' 'octave-general>=1.3.0')
+depends=('octave>=4.0.0')
makedepends=()
optdepends=()
backup=()
@@ -24,7 +24,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('702461982f6028addf00bac1d0b31538')
+md5sums=('1fea4114fa4a143b6a78a02e11352370')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"