summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo J. S. Bellini2017-02-02 15:33:43 -0200
committerDanilo J. S. Bellini2017-02-02 15:33:43 -0200
commitcb1a672e0eeb69e26159ee64b565217814103a6f (patch)
tree9174150b179f599aa13c98c77e22e1b90ce65788
parentce91a850d69aaec9fbc793f7f033005a966e6686 (diff)
downloadaur-cb1a672e0eeb69e26159ee64b565217814103a6f.tar.gz
v1.0a6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42973f06cfe6..b2b083c7bbe0 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.0a5
+ pkgver = 1.0a6
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.0a5.zip
- sha256sums = d773506efa63ee0d367b32c34ae40ff4a2f61254be3a01f038dc68eb9ba1fbb0
+ source = https://github.com/mapbox/rasterio/archive/1.0a6.zip
+ sha256sums = 9b0d5b6a72ebac6ec70b2d7c6736eaf165791ebc9a6f9fb804435813cdb533e3
pkgname = python2-rasterio
diff --git a/PKGBUILD b/PKGBUILD
index 2bcefea26f32..c4525fa7da50 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.0a5
+pkgver=1.0a6
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=('d773506efa63ee0d367b32c34ae40ff4a2f61254be3a01f038dc68eb9ba1fbb0')
+sha256sums=('9b0d5b6a72ebac6ec70b2d7c6736eaf165791ebc9a6f9fb804435813cdb533e3')
build() {
cd "$srcdir/rasterio-$pkgver"