summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f1f139b9319..e70056c10923 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Dec 14 12:46:15 UTC 2015
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.10
- pkgrel = 2
+ pkgrel = 3
url = http://octave.sourceforge.net/nurbs/
install = octave-nurbs.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 7603109d93e0..e87eb3cd0c48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pack=nurbs
pkgname=octave-$_pack
pkgver=1.3.10
-pkgrel=2
+pkgrel=3
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="http://octave.sourceforge.net/$_pack/"