Date: Friday, January 29, 2021 @ 17:22:22 Author: arojas Revision: 835424
Update to 0.22.0 Modified: python-owslib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-29 17:19:25 UTC (rev 835423) +++ PKGBUILD 2021-01-29 17:22:22 UTC (rev 835424) @@ -2,8 +2,8 @@ # Contributor: Doug Newgard <scimmia at archlinux dot info> pkgname=python-owslib -pkgver=0.20.0 -pkgrel=3 +pkgver=0.22.0 +pkgrel=1 pkgdesc='Python package for client programming with Open Geospatial Consortium (OGC) web service interface standards, and their related content models' arch=(any) url='https://geopython.github.io/OWSLib/' @@ -11,7 +11,7 @@ depends=(python-dateutil python-pyproj python-pytz python-requests) makedepends=(python-setuptools) source=(https://github.com/geopython/OWSLib/archive/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('24dfed7372449a942d7d5090df3021f090c2bb52189b3f0044405d7b98c3bf66') +sha256sums=('e04be8762c221b2e68a4e50ca15d616f8150d5dcea5415eb3fd4b5513d17dc59') package() { cd OWSLib-$pkgver
