summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPekka Ristola2024-04-27 15:30:15 +0300
committerPekka Ristola2024-04-27 15:30:15 +0300
commitcac9e13461902dc3f4cee9de45282078fc280788 (patch)
treea07b22d034b7292faf12b8c6e651444aa7f1faac /PKGBUILD
parent428d05dc6c5eb36443814d9c2ad4487a07f5d269 (diff)
downloadaur-python-bandcamp-api.tar.gz
Python 3.12 rebuild, use SPDX license identifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5218e47b9136..7c870fb98d68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_name=bandcamp_api
pkgname=python-bandcamp-api
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="A simple way to get info from Bandcamp"
arch=(any)
url="https://github.com/RustyRin/bandcamp-api"
-license=(GPL3)
+license=('GPL-3.0-only')
depends=(
python-beautifulsoup4
python-demjson3