summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2018-01-04 22:29:15 +0800
committerwangjiezhe2018-01-04 22:29:15 +0800
commit4015c866e75ad3239c9388961718c75f8f048d5d (patch)
tree166f4b1226d9e360e5c5ce4c162bf96c4968e798 /PKGBUILD
parent55d8c35822b2fbe67d0fac17d2ace58aea60c4f0 (diff)
downloadaur-4015c866e75ad3239c9388961718c75f8f048d5d.tar.gz
image 2.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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 "$*"