[arch-commits] Commit in python-owslib/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Dec 11 15:05:44 UTC 2018


    Date: Tuesday, December 11, 2018 @ 15:05:44
  Author: bgyorgy
Revision: 415360

upgpkg: python-owslib 0.17.0-3

Update to new version

Modified:
  python-owslib/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-11 15:03:41 UTC (rev 415359)
+++ PKGBUILD	2018-12-11 15:05:44 UTC (rev 415360)
@@ -3,7 +3,7 @@
 
 pkgbase=python-owslib
 pkgname=('python-owslib' 'python2-owslib')
-pkgver=0.16.0
+pkgver=0.17.0
 pkgrel=3
 pkgdesc='Python package for client programming with Open Geospatial Consortium (OGC) web service interface standards, and their related content models'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(BSD)
 makedepends=(python-setuptools python2-setuptools)
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/geopython/OWSLib/archive/$pkgver.tar.gz")
-sha256sums=('700d96e13298916089b8d05a08a6533e0fab85f34c2dc22fd88b57e37ef320fa')
+sha256sums=('58967ef3ffacf82d53090ee1e4140cd176cbcfffbd2d93d0b0971de7c5db2b92')
 
 package_python-owslib() {
   pkgdesc+=' (Python 3 version)'
@@ -19,7 +19,7 @@
 
   cd OWSLib-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
 }
 
 package_python2-owslib() {
@@ -28,5 +28,5 @@
 
   cd OWSLib-$pkgver
   python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
 }



More information about the arch-commits mailing list