diff options
Diffstat (limited to 'main/liblastfm/APKBUILD')
-rw-r--r-- | main/liblastfm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/liblastfm/APKBUILD b/main/liblastfm/APKBUILD index cf0da0c29df..aea0834138e 100644 --- a/main/liblastfm/APKBUILD +++ b/main/liblastfm/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="A Qt C++ library for the Last.fm webservices" url="https://github.com/lastfm/liblastfm" arch="all" -license="GPL3" +license="GPL-3.0" depends="" depends_dev="qt-dev libsamplerate-dev fftw-dev" makedepends="$depends_dev cmake" |