summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 317275934093..7758a0e7d07c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rios
pkgdesc = A set of Python modules which makes it easy to write raster processing code in Python. Built on top of GDAL.
- pkgver = 1.4.12
+ pkgver = 1.4.15
pkgrel = 1
url = http://rioshome.org/
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-rios
depends = python
depends = python-numpy
depends = gdal
- source = https://github.com/ubarsc/rios/releases/download/rios-1.4.12/rios-1.4.12.tar.gz
- sha256sums = 6d897488ce1ca77e470483472998afcb2eb3bb3307f392a924b85f88a16d73eb
+ source = https://github.com/ubarsc/rios/releases/download/rios-1.4.15/rios-1.4.15.tar.gz
+ sha256sums = 71670508dbffcd8f5d24fbb25e6a2b7e1d23b5e899ddc78c90d403bd65981cf4
pkgname = python-rios
diff --git a/PKGBUILD b/PKGBUILD
index 7da4e0ae1f14..057c22d4fd35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: XavierCLL
pkgname=python-rios
-pkgver=1.4.12
+pkgver=1.4.15
pkgrel=1
pkgdesc="A set of Python modules which makes it easy to write raster processing code in Python. Built on top of GDAL."
arch=('any')
@@ -9,7 +9,7 @@ url="http://rioshome.org/"
license=('GPLv3')
depends=('python' 'python-numpy' 'gdal')
source=("https://github.com/ubarsc/rios/releases/download/rios-$pkgver/rios-$pkgver.tar.gz")
-sha256sums=('6d897488ce1ca77e470483472998afcb2eb3bb3307f392a924b85f88a16d73eb')
+sha256sums=('71670508dbffcd8f5d24fbb25e6a2b7e1d23b5e899ddc78c90d403bd65981cf4')
build() {
cd rios-$pkgver