summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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