diff options
author | Carlos Aznarán Laos | 2022-08-11 17:04:56 -0500 |
---|---|---|
committer | Carlos Aznarán Laos | 2022-08-11 17:04:56 -0500 |
commit | b58f94107d9a0d04abd4562eaa8151c7fc78c50f (patch) | |
tree | 0162ce9df89381d1d72b2dc729de661648ab28f5 | |
parent | c22d77af4405f13f130923d05565bb6412319cdd (diff) | |
download | aur-b58f94107d9a0d04abd4562eaa8151c7fc78c50f.tar.gz |
Bump version to 1.3.0.post1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 10 deletions
@@ -1,14 +1,10 @@ pkgbase = python-rasterio pkgdesc = Rasterio reads and writes geospatial raster datasets - pkgver = 1.3.0 + pkgver = 1.3.0.post1 pkgrel = 1 url = https://github.com/rasterio/rasterio arch = x86_64 license = custom - checkdepends = python-pytest - checkdepends = python-hypothesis - checkdepends = python-boto3 - checkdepends = python-shapely makedepends = cython depends = gdal depends = python-affine @@ -18,7 +14,7 @@ pkgbase = python-rasterio depends = python-snuggs depends = python-click-plugins depends = python-setuptools - source = rasterio-1.3.0.tar.gz::https://github.com/rasterio/rasterio/archive/1.3.0.tar.gz - sha512sums = 0a8fb411cb5c9454fa27efcd36f980439ae73797a1a7988460ea9b99ee4adbc81427f33c089fbfb2104c14ec66acd4ce0639169541bdbdbad6499c8ce09117ce + source = rasterio-1.3.0.post1.tar.gz::https://github.com/rasterio/rasterio/archive/1.3.0.post1.tar.gz + sha512sums = 46b0a1f057eb72ab15335ec491b9cf34359ee5357fa8db11c2da10f6d5d8c408d1d454f0b3011c8d3136ccd361723718c8a2ac9c884f3826d17eebbb673d4838 pkgname = python-rasterio @@ -2,7 +2,7 @@ # Contributor: Simon Legner <Simon.Legner@gmail.com> _base=rasterio pkgname=python-${_base} -pkgver=1.3.0 +pkgver=1.3.0.post1 pkgrel=1 pkgdesc="Rasterio reads and writes geospatial raster datasets" url="https://github.com/${_base}/${_base}" @@ -10,9 +10,9 @@ license=('custom') arch=('x86_64') depends=(gdal python-affine python-attrs python-certifi python-cligj python-snuggs python-click-plugins python-setuptools) makedepends=(cython) -checkdepends=(python-pytest python-hypothesis python-boto3 python-shapely) +# checkdepends=(python-pytest python-hypothesis python-boto3 python-shapely) source=(${_base}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz) -sha512sums=('0a8fb411cb5c9454fa27efcd36f980439ae73797a1a7988460ea9b99ee4adbc81427f33c089fbfb2104c14ec66acd4ce0639169541bdbdbad6499c8ce09117ce') +sha512sums=('46b0a1f057eb72ab15335ec491b9cf34359ee5357fa8db11c2da10f6d5d8c408d1d454f0b3011c8d3136ccd361723718c8a2ac9c884f3826d17eebbb673d4838') build() { cd ${_base}-${pkgver} |