summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c61a2132162..8f9fe34cf919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
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.12.0
+ 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
license = custom
depends = octave>=4.2.0
- noextract = image-2.12.0.tar.gz
- source = https://downloads.sourceforge.net/octave/image-2.12.0.tar.gz
- sha256sums = e7d58ced612bc6420d99bb06313250694e5f1d8dcc093293604c253c17c473b4
+ noextract = image-2.14.0.tar.gz
+ source = https://downloads.sourceforge.net/octave/image-2.14.0.tar.gz
+ sha256sums = 7515ea211a8cb8ef5d9d3bab85a36e9df5475e8b05a919a078e0d52746077133
pkgname = octave-image
-
diff --git a/PKGBUILD b/PKGBUILD
index 539648eca188..89e8c99ca2fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,11 +10,11 @@
_pack=image
pkgname=octave-$_pack
-pkgver=2.12.0
-pkgrel=2
+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')
@@ -26,7 +26,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("https://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-sha256sums=('e7d58ced612bc6420d99bb06313250694e5f1d8dcc093293604c253c17c473b4')
+sha256sums=('7515ea211a8cb8ef5d9d3bab85a36e9df5475e8b05a919a078e0d52746077133')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"