summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212024-03-04 09:37:48 +0100
committera8212024-03-04 09:37:48 +0100
commit4d6fcfd00ddeff683aaa676150e5c58592b2f897 (patch)
tree0cd2f9b7b8f2f93c1015e8c95059a17fe4ca38ee
parentc89b62f4a44428c5253f3f1596ba696dd6a191d2 (diff)
downloadaur-4d6fcfd00ddeff683aaa676150e5c58592b2f897.tar.gz
Fix `arch`. Update license to SPDX ID
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 712c14034654..eb2885a4ffac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-xyzservices
pkgdesc = Provides a repository of available XYZ services offering raster basemap tiles
pkgver = 2023.10.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/geopandas/xyzservices
- arch = x86_64
- license = BSD
+ arch = any
+ license = BSD-3-Clause
makedepends = python-setuptools-scm
makedepends = python-wheel
makedepends = python-build
diff --git a/PKGBUILD b/PKGBUILD
index 92ca321a8c5a..4033792ff6fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=python-xyzservices
_name=xyzservices
pkgver=2023.10.1
-pkgrel=1
+pkgrel=2
pkgdesc='Provides a repository of available XYZ services offering raster basemap tiles'
-arch=('x86_64')
+arch=('any')
url="https://github.com/geopandas/xyzservices"
-license=('BSD')
+license=('BSD-3-Clause')
depends=('python')
makedepends=(
'python-setuptools-scm'