summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc3c827524e8..2e68edf52c3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = octave-tsa
pkgdesc = Stochastic concepts and maximum entropy methods for time series analysis
pkgver = 4.6.3
pkgrel = 1
- url = https://octave.sourceforge.io/tsa/
+ url = https://gnu-octave.github.io/packages/tsa/
install = octave-tsa.install
arch = any
groups = octave-forge
diff --git a/PKGBUILD b/PKGBUILD
index af882ae59bad..01514cd41854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgver=4.6.3
pkgrel=1
pkgdesc="Stochastic concepts and maximum entropy methods for time series analysis"
arch=(any)
-url="https://octave.sourceforge.io/$_pack/"
+url="https://gnu-octave.github.io/packages/$_pack/"
license=('GPL3')
groups=('octave-forge')
depends=('octave>=2.9.7' 'octave-nan>3.0.0')