Date: Sunday, March 13, 2022 @ 18:51:25 Author: arojas Revision: 1151191
Update to 0.25.0 Modified: python-owslib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-13 18:50:11 UTC (rev 1151190) +++ PKGBUILD 2022-03-13 18:51:25 UTC (rev 1151191) @@ -2,8 +2,8 @@ # Contributor: Doug Newgard <scimmia at archlinux dot info> pkgname=python-owslib -pkgver=0.24.1 -pkgrel=3 +pkgver=0.25.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=('e511ffbba7bdc9fa9169d4acb3029c846fd1292554f13563fe0d97ba4ab63972') +sha256sums=('6ec4fd6545fd255304b87a4a1a4676c48f8b1a898ffa0b97128ade1d46ba9726') package() { cd OWSLib-$pkgver
