summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2022-03-29 14:06:19 +0800
committerpingplug2022-03-29 14:06:19 +0800
commitb8d26097a935ef269db62e9aa0f66003fef811ad (patch)
treea51d72f8a9e8abc391be3e10620a324b314681c9
parentebf5600c600c00c885facb259c44ca4a69d0135d (diff)
downloadaur-b8d26097a935ef269db62e9aa0f66003fef811ad.tar.gz
updated to 2.14.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5e492774664..3f1b4899cee6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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/
install = octave-image.install
@@ -8,8 +8,8 @@ pkgbase = octave-image
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 7bf19192be4d..4e9439cc2492 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_pack=image
pkgname=octave-$_pack
-pkgver=2.12.0
+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)
@@ -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 "$*"