summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e64c9a27caf..39fc14b55223 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ 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.4.3
pkgrel = 1
- url = https://octave.sourceforge.io/nurbs/
+ url = https://gnu-octave.github.io/packages/nurbs/
install = octave-nurbs.install
arch = any
groups = octave-forge
@@ -13,4 +13,3 @@ pkgbase = octave-nurbs
sha256sums = a74666a1e204b9feda22c9792b87939239221fd816383bc39f75db72b62a209b
pkgname = octave-nurbs
-
diff --git a/PKGBUILD b/PKGBUILD
index 1e4aa005bbd3..c65b74da40ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ 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/"
+url="https://gnu-octave.github.io/packages/$_pack/"
license=('GPL3')
groups=('octave-forge')
depends=('octave>=5.1')