summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2016-10-24 23:05:12 +0800
committerwangjiezhe2016-10-24 23:05:12 +0800
commitb685d7e3075a93d5a0d829b5034d413996f243ea (patch)
tree2918c837df07cc12d18cbce208f0c8a9a2d999c8
parente9e2370bb0c21e2ff32ec3960fe7787d25a41840 (diff)
downloadaur-b685d7e3075a93d5a0d829b5034d413996f243ea.tar.gz
image 2.6.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c56babb1135..37e0b676a41a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 5 13:16:58 UTC 2016
+# Mon Oct 24 15:05:04 UTC 2016
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.6.0
+ pkgver = 2.6.1
pkgrel = 1
url = http://octave.sourceforge.net/image/
install = octave-image.install
@@ -10,9 +10,9 @@ pkgbase = octave-image
groups = octave-forge
license = custom
depends = octave>=4.0.0
- noextract = image-2.6.0.tar.gz
- source = http://downloads.sourceforge.net/octave/image-2.6.0.tar.gz
- md5sums = 493621de06fe25ccb48901d762164d9c
+ noextract = image-2.6.1.tar.gz
+ source = http://downloads.sourceforge.net/octave/image-2.6.1.tar.gz
+ md5sums = 0efd8fcbd5f243903faf34a7ea932402
pkgname = octave-image
diff --git a/PKGBUILD b/PKGBUILD
index 6f6784873ee8..1b83341a0945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_pack=image
pkgname=octave-$_pack
-pkgver=2.6.0
+pkgver=2.6.1
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=('493621de06fe25ccb48901d762164d9c')
+md5sums=('0efd8fcbd5f243903faf34a7ea932402')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"