summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2022-11-08 09:30:19 +0800
committerpingplug2022-11-08 09:30:19 +0800
commit164f493c2ca33cc730b86eaeabb6e0edd0c48398 (patch)
tree041f44a579aef0763ac6fc47858ecc69ae446597
parentb8d26097a935ef269db62e9aa0f66003fef811ad (diff)
downloadaur-octave-image.tar.gz
update upstream url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f1b4899cee6..8f9fe34cf919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = octave-image
pkgdesc = The Octave-forge Image package provides functions for processing images. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more.
pkgver = 2.14.0
pkgrel = 1
- url = https://octave.sourceforge.io/image/
+ url = https://gnu-octave.github.io/packages/image/
install = octave-image.install
arch = any
groups = octave-forge
diff --git a/PKGBUILD b/PKGBUILD
index 4e9439cc2492..89e8c99ca2fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgver=2.14.0
pkgrel=1
pkgdesc="The Octave-forge Image package provides functions for processing images. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more."
arch=(any)
-url="https://octave.sourceforge.io/$_pack/"
+url="https://gnu-octave.github.io/packages/$_pack/"
license=('custom')
groups=('octave-forge')
depends=('octave>=4.2.0')