Skip to content

Commit

Permalink
python-xyzservices: style fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed May 19, 2024
1 parent 89abdc8 commit 6c0e604
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/python-xyzservices/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgname=python-xyzservices
_pkgname=${pkgname#python-}
pkgver=2024.4.0
pkgrel=1
pkgdesc='Provides a repository of available XYZ services offering raster basemap tiles'
pkgdesc='Provides a repository of available XYZ services offering raster basemap tiles.'
arch=('any')
url="https://github.com/geopandas/xyzservices"
license=('BSD-3-Clause')
Expand All @@ -29,5 +29,7 @@ package() {
cd "$_pkgname-$pkgver"

python -m installer --destdir="$pkgdir" dist/*.whl
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"

install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

0 comments on commit 6c0e604

Please sign in to comment.