summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2021-04-03 16:16:35 +0800
committerpingplug2021-04-03 16:16:35 +0800
commitcf901014a637d777134029fee7853b69c11566fa (patch)
treeabcfc155ae33221c6c1395682d29704f5c6f07ef /PKGBUILD
parent5970a88f97133e31f3f24e203dc20d223838a22d (diff)
downloadaur-cf901014a637d777134029fee7853b69c11566fa.tar.gz
Updated to 1.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb487de37ccd..1e4aa005bbd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
_pack=nurbs
pkgname=octave-$_pack
-pkgver=1.3.13
+pkgver=1.4.3
pkgrel=1
pkgdesc="Collection of routines for the creation, and manipulation of Non-Uniform Rational B-Splines (NURBS), based on the NURBS toolbox by Mark Spink."
arch=(any)
url="https://octave.sourceforge.io/$_pack/"
license=('GPL3')
groups=('octave-forge')
-depends=('octave>=3.8')
+depends=('octave>=5.1')
makedepends=()
optdepends=()
backup=()
@@ -24,7 +24,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("https://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-sha256sums=('dbbfe7072750330e61040e3a9cf6967733229c3272fb4115bb83dd616aa37e7e')
+sha256sums=('a74666a1e204b9feda22c9792b87939239221fd816383bc39f75db72b62a209b')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"