summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2019-03-20 14:03:45 +0800
committerwangjiezhe2019-03-20 14:03:45 +0800
commit6af45bfd1c0a77deffa179af3f646280a8d39717 (patch)
tree140f954ff7c3afa8ecea066dd571b56c9b181340 /PKGBUILD
parentba8abfaa3b8e70c7529361b54b740809c53235ff (diff)
downloadaur-6af45bfd1c0a77deffa179af3f646280a8d39717.tar.gz
queueing 1.2.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e5f1f9545a4..22ddaade7124 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
_pack=queueing
pkgname=octave-$_pack
-pkgver=1.2.5
-pkgrel=2
+pkgver=1.2.6
+pkgrel=1
pkgdesc="The queueing package provides functions for queueing networks and Markov chains analysis. This package can be used to compute steady-state performance measures for open, closed and mixed networks with single or multiple job classes. Mean Value Analy [...]"
arch=(any)
url="http://octave.sourceforge.net/$_pack/"
license=('GPL3')
groups=('octave-forge')
-depends=('octave>=3.2.3')
+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=('af8eb9ef57b748371847dc537f071c2d')
+md5sums=('d13c222283c753b73b29a0b5825591e5')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"