diff --git a/.SRCINFO b/.SRCINFO index 7fb3bdc..076c4c0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = mpdrandom-git pkgrel = 1 url = https://github.com/axujen/mpdrandom arch = any - license = unknown + license = GPL3 makedepends = git depends = python depends = python-mpd2 diff --git a/PKGBUILD b/PKGBUILD index ff5b7c0..0174940 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="mpd albums randomizing script" arch=('any') url="https://github.com/$_gitauthor/$_gitname" -license=('unknown') +license=('GPL3') depends=('python' 'python-mpd2') makedepends=('git') provides=('mpdrandom')