summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo J. S. Bellini2018-07-06 12:43:45 -0300
committerDanilo J. S. Bellini2018-07-06 12:43:45 -0300
commita9aff74af168d508f5c82e198b0677c52e7d4a1d (patch)
treef75a3e6b6c14d7d9f9a7162a92aadcdf22e63270
parent95c49a1510ee888065dfdec920eb6e284e1b9cad (diff)
downloadaur-python2-rsgislib.tar.gz
v3.5.7-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09b399ad31c1..c3903c9db447 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-rsgislib
pkgdesc = Remote Sensing and GIS collection of tools for processing datasets including its bindings compiled for Python 2.7
- pkgver = 3.4.9
+ pkgver = 3.5.7
pkgrel = 1
url = http://www.rsgislib.org
arch = i686
@@ -32,8 +32,8 @@ pkgbase = python2-rsgislib
depends = kealib
depends = python2-numpy
options = !emptydirs
- source = https://bitbucket.org/petebunting/rsgislib/get/3.4.9.tar.bz2
- sha256sums = 41b73ef38c08392ef2a2b70dd72acb4afb67aaa957ab3366507ba2eaa1b5d32e
+ source = https://bitbucket.org/petebunting/rsgislib/get/3.5.7.tar.bz2
+ sha256sums = ee41fcad9956350a66b3cb230670d369c598a9b157e316af4efe8186435960cf
pkgname = python2-rsgislib
diff --git a/PKGBUILD b/PKGBUILD
index 07bf3235bcff..7a57434947d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Danilo J. S. Bellini <danilo dot bellini at gmail dot com>
pkgname=('python2-rsgislib')
-pkgver=3.4.9
+pkgver=3.5.7
pkgrel=1
_rsgislib="Remote Sensing and GIS collection of tools for processing datasets"
pkgdesc="$_rsgislib including its bindings compiled for Python 2.7"
@@ -13,8 +13,8 @@ makedepends=('cmake' 'boost' "${_common_deps[@]}")
depends=('boost-libs' "${_common_deps[@]}")
options=(!emptydirs)
source=("https://bitbucket.org/petebunting/rsgislib/get/$pkgver.tar.bz2")
-sha256sums=('41b73ef38c08392ef2a2b70dd72acb4afb67aaa957ab3366507ba2eaa1b5d32e')
-_srcpath=petebunting-rsgislib-0bee5315e6a5
+sha256sums=('ee41fcad9956350a66b3cb230670d369c598a9b157e316af4efe8186435960cf')
+_srcpath=petebunting-rsgislib-4d0245e68eba
prepare() {
cd "$srcdir/$_srcpath"