summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavier C. Llano2023-07-12 11:06:24 -0700
committerXavier C. Llano2023-07-12 11:06:24 -0700
commit82100af3dc8b787b48e2ec92760fb92551607e53 (patch)
treefdc7bcece45f7901d27eb9a52f58017216c7277e /PKGBUILD
parent78c335456c854f3d3575282158ec5dad605340da (diff)
downloadaur-82100af3dc8b787b48e2ec92760fb92551607e53.tar.gz
v1.4.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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