summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo J. S. Bellini2017-02-14 14:15:01 -0200
committerDanilo J. S. Bellini2017-02-14 14:15:01 -0200
commit973640d92fe25aec73dabd784ad2c2327798d476 (patch)
tree476f98a02c86ab1a901584c9fa70c4d7ffe62cc6
parentcb1a672e0eeb69e26159ee64b565217814103a6f (diff)
downloadaur-973640d92fe25aec73dabd784ad2c2327798d476.tar.gz
v1.0a7-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2b083c7bbe0..b5e562ab5967 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-rasterio
pkgdesc = Fast and direct raster I/O for use with Numpy and SciPy (Python 2)
- pkgver = 1.0a6
+ pkgver = 1.0a7
pkgrel = 1
url = https://github.com/mapbox/rasterio
arch = i686
@@ -16,8 +16,8 @@ pkgbase = python2-rasterio
depends = python2-enum34
depends = gdal
options = !emptydirs
- source = https://github.com/mapbox/rasterio/archive/1.0a6.zip
- sha256sums = 9b0d5b6a72ebac6ec70b2d7c6736eaf165791ebc9a6f9fb804435813cdb533e3
+ source = https://github.com/mapbox/rasterio/archive/1.0a7.zip
+ sha256sums = 0fa0b7e72807d36a83dac78d7d405b763ec5b46d922846492c39636667356fa8
pkgname = python2-rasterio
diff --git a/PKGBUILD b/PKGBUILD
index c4525fa7da50..a95d495299fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Danilo J. S. Bellini <danilo dot bellini at gmail dot com>
pkgname=('python2-rasterio')
-pkgver=1.0a6
+pkgver=1.0a7
pkgrel=1
pkgdesc="Fast and direct raster I/O for use with Numpy and SciPy (Python 2)"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('python2-affine' 'python2-cligj' 'python2-numpy' 'python2-snuggs'
'python2-click-plugins' 'python2-enum34' 'gdal')
options=(!emptydirs)
source=("$url/archive/$pkgver.zip")
-sha256sums=('9b0d5b6a72ebac6ec70b2d7c6736eaf165791ebc9a6f9fb804435813cdb533e3')
+sha256sums=('0fa0b7e72807d36a83dac78d7d405b763ec5b46d922846492c39636667356fa8')
build() {
cd "$srcdir/rasterio-$pkgver"