summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5397f063948..0ca388d42f76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
-# Generated by mksrcinfo v8
-# 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.2
- pkgrel = 2
+ pkgver = 2.8.0
+ pkgrel = 1
url = http://octave.sourceforge.net/image/
install = octave-image.install
arch = any
groups = octave-forge
license = custom
- depends = octave>=4.0.0
- noextract = image-2.6.2.tar.gz
- source = http://downloads.sourceforge.net/octave/image-2.6.2.tar.gz
- md5sums = 84697fc180ab52e34076dbaa79215e1e
+ depends = octave>=4.2.0
+ noextract = image-2.8.0.tar.gz
+ source = http://downloads.sourceforge.net/octave/image-2.8.0.tar.gz
+ md5sums = c7de27a73e083b5f23c06827e8135d04
pkgname = octave-image
diff --git a/PKGBUILD b/PKGBUILD
index 9b2c314c84fc..c8602f3781f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
_pack=image
pkgname=octave-$_pack
-pkgver=2.6.2
-pkgrel=2
+pkgver=2.8.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)
url="http://octave.sourceforge.net/$_pack/"
license=('custom')
groups=('octave-forge')
-depends=('octave>=4.0.0')
+depends=('octave>=4.2.0')
makedepends=()
optdepends=()
backup=()
@@ -26,7 +26,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('84697fc180ab52e34076dbaa79215e1e')
+md5sums=('c7de27a73e083b5f23c06827e8135d04')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"
@@ -44,6 +44,8 @@ build() {
_archprefix="$srcdir"/install_archprefix
mkdir -p "$_prefix" "$_archprefix"
cd "$srcdir"
+ unset CFLAGS
+ unset CXXFLAGS
_octave_run "$(cat <<-EOF
pkg local_list octave_packages;
pkg prefix $_prefix $_archprefix;