summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2021-04-03 16:16:35 +0800
committerpingplug2021-04-03 16:16:35 +0800
commitcf901014a637d777134029fee7853b69c11566fa (patch)
treeabcfc155ae33221c6c1395682d29704f5c6f07ef
parent5970a88f97133e31f3f24e203dc20d223838a22d (diff)
downloadaur-cf901014a637d777134029fee7853b69c11566fa.tar.gz
Updated to 1.4.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 275ab9446fff..4e64c9a27caf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = octave-nurbs
pkgdesc = Collection of routines for the creation, and manipulation of Non-Uniform Rational B-Splines (NURBS), based on the NURBS toolbox by Mark Spink.
- pkgver = 1.3.13
+ pkgver = 1.4.3
pkgrel = 1
url = https://octave.sourceforge.io/nurbs/
install = octave-nurbs.install
arch = any
groups = octave-forge
license = GPL3
- depends = octave>=3.8
- noextract = nurbs-1.3.13.tar.gz
- source = https://downloads.sourceforge.net/octave/nurbs-1.3.13.tar.gz
- sha256sums = dbbfe7072750330e61040e3a9cf6967733229c3272fb4115bb83dd616aa37e7e
+ depends = octave>=5.1
+ noextract = nurbs-1.4.3.tar.gz
+ source = https://downloads.sourceforge.net/octave/nurbs-1.4.3.tar.gz
+ sha256sums = a74666a1e204b9feda22c9792b87939239221fd816383bc39f75db72b62a209b
pkgname = octave-nurbs
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 "$*"