summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-11-07 19:47:12 -0500
committerCarlos Aznarán Laos2022-11-07 19:47:12 -0500
commitf81dc18c8861b31e2bacbb9a9e97599ec1697310 (patch)
tree98939d6319fc8a5afe0b9bbf46b5433cea94209b
parente79f8609e362da1fcc0e7f5639e8c238bb4a5dcc (diff)
downloadaur-f81dc18c8861b31e2bacbb9a9e97599ec1697310.tar.gz
Update url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72151de43ac4..d48089577904 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = octave-level-set
pkgdesc = Routines for calculating the time-evolution of the level-set equation and extracting geometric information from the level-set function
pkgver = 0.3.0
pkgrel = 3
- url = https://octave.sourceforge.io/level-set
+ url = https://gnu-octave.github.io/packages/level-set
install = octave-level-set.install
arch = any
groups = octave-forge
diff --git a/PKGBUILD b/PKGBUILD
index 6b76b830e324..9b2816dd7f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgver=0.3.0
pkgrel=3
pkgdesc="Routines for calculating the time-evolution of the level-set equation and extracting geometric information from the level-set function"
arch=(any)
-url="https://octave.sourceforge.io/${_pack}"
+url="https://gnu-octave.github.io/packages/${_pack}"
license=('GPL3')
groups=('octave-forge')
depends=('octave>=3.6.0')