summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5fc6d347237..09979f2d318e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-bandcamp-api
pkgdesc = A simple way to get info from Bandcamp
pkgver = 0.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RustyRin/bandcamp-api
arch = any
- license = GPL3
+ license = GPL-3.0-only
depends = python-beautifulsoup4
depends = python-demjson3
depends = python-html5lib
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