summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb6d2374dc98..92e65134b542 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.8.1
+ pkgver = 2.10.0
pkgrel = 1
url = http://octave.sourceforge.net/image/
install = octave-image.install
@@ -8,9 +8,9 @@ pkgbase = octave-image
groups = octave-forge
license = custom
depends = octave>=4.2.0
- noextract = image-2.8.1.tar.gz
- source = http://downloads.sourceforge.net/octave/image-2.8.1.tar.gz
- md5sums = a566dca1eeba2e49e6986a5eb1583781
+ noextract = image-2.10.0.tar.gz
+ source = http://downloads.sourceforge.net/octave/image-2.10.0.tar.gz
+ md5sums = 40e7bf98262682fd21ae4ac8264f48a4
pkgname = octave-image
diff --git a/PKGBUILD b/PKGBUILD
index bceaee3c805c..b8e958dd5a9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_pack=image
pkgname=octave-$_pack
-pkgver=2.8.1
+pkgver=2.10.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=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('a566dca1eeba2e49e6986a5eb1583781')
+md5sums=('40e7bf98262682fd21ae4ac8264f48a4')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"