summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2018-01-04 22:29:15 +0800
committerwangjiezhe2018-01-04 22:29:15 +0800
commit4015c866e75ad3239c9388961718c75f8f048d5d (patch)
tree166f4b1226d9e360e5c5ce4c162bf96c4968e798
parent55d8c35822b2fbe67d0fac17d2ace58aea60c4f0 (diff)
downloadaur-4015c866e75ad3239c9388961718c75f8f048d5d.tar.gz
image 2.6.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58d13e917d8a..c5397f063948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 29 05:07:02 UTC 2016
+# Thu Jan 4 14:29:09 UTC 2018
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.1
+ pkgver = 2.6.2
pkgrel = 2
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.1.tar.gz
- source = http://downloads.sourceforge.net/octave/image-2.6.1.tar.gz
- md5sums = 0efd8fcbd5f243903faf34a7ea932402
+ noextract = image-2.6.2.tar.gz
+ source = http://downloads.sourceforge.net/octave/image-2.6.2.tar.gz
+ md5sums = 84697fc180ab52e34076dbaa79215e1e
pkgname = octave-image
diff --git a/PKGBUILD b/PKGBUILD
index aa588b77245d..9b2c314c84fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_pack=image
pkgname=octave-$_pack
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=2
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=('0efd8fcbd5f243903faf34a7ea932402')
+md5sums=('84697fc180ab52e34076dbaa79215e1e')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"