aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-07-28 20:05:35 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-07-28 19:13:01 +0000
commitb6784aba7e76bb06a6e83521e55d6b93b0f59cd1 (patch)
tree54138c0c0feb669001ad2602d06b431d38aded27
parent8853609b739e9d7fa920b39c24445d2f87c50054 (diff)
community/py3-pylast: use SPDX license identifier
-rw-r--r--community/py3-pylast/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pylast/APKBUILD b/community/py3-pylast/APKBUILD
index 50f7de47982..b00dae86eff 100644
--- a/community/py3-pylast/APKBUILD
+++ b/community/py3-pylast/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-pylast
pkgver=3.3.0
-pkgrel=0
+pkgrel=1
pkgdesc="A Python interface to the last.fm API"
url="https://github.com/pylast/pylast"
arch="noarch"
-license="Apache"
+license="Apache-2.0"
replaces="py-pylast"
# Requires unpackaged flaky
options="!check"