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 a523feb4f1b6..9789d3979519 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.15
+ pkgver = 1.4.16
pkgrel = 1
url = http://rioshome.org/
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-rios
depends = python
depends = python-numpy
depends = gdal
- source = https://github.com/ubarsc/rios/releases/download/rios-1.4.15/rios-1.4.15.tar.gz
- sha256sums = 71670508dbffcd8f5d24fbb25e6a2b7e1d23b5e899ddc78c90d403bd65981cf4
+ source = https://github.com/ubarsc/rios/releases/download/rios-1.4.16/rios-1.4.16.tar.gz
+ sha256sums = 2f553d85ff4ff26bfda2a8c6bd3d9dcce5ace847f7d9bd2f072c8943f3758ded
pkgname = python-rios
diff --git a/PKGBUILD b/PKGBUILD
index 22c03fc59ec7..3823190c3192 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: XavierCLL
pkgname=python-rios
-pkgver=1.4.15
+pkgver=1.4.16
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')
@@ -10,7 +10,7 @@ license=('GPLv3')
depends=('python' 'python-numpy' 'gdal')
makedepends=('python-setuptools')
source=("https://github.com/ubarsc/rios/releases/download/rios-$pkgver/rios-$pkgver.tar.gz")
-sha256sums=('71670508dbffcd8f5d24fbb25e6a2b7e1d23b5e899ddc78c90d403bd65981cf4')
+sha256sums=('2f553d85ff4ff26bfda2a8c6bd3d9dcce5ace847f7d9bd2f072c8943f3758ded')
build() {
cd rios-$pkgver