summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8433c813c1a..e643ab82a143 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = spotify-dl-git
pkgrel = 1
url = https://github.com/invicnaper/spotify-dl
arch = any
- license = LGPL3
+ license = GPL3
makedepends = git
depends = python2-beautifulsoup4
depends = youtube-dl
diff --git a/PKGBUILD b/PKGBUILD
index 6adf7d730a2a..4d6b8dc7d6ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ provides=('spotify-dl')
# shellcheck disable=SC2034
conflicts=('spotify-dl')
# shellcheck disable=SC2034
-license=('LGPL3')
+license=('GPL3')
url="https://github.com/invicnaper/spotify-dl"
##
@@ -32,10 +32,10 @@ url="https://github.com/invicnaper/spotify-dl"
# pulled from git so skip the verification check
##
# shellcheck disable=SC2034
-sha256sums=('SKIP'
- '34b8600fd2c39707ab481373e9feee8a7f0acd3ac06cad64966224fe276f44c4')
# shellcheck disable=SC2034
source=("${_gitname}::git+${url}#branch=master" "01-change-hashbang.patch")
+sha256sums=('SKIP'
+ '34b8600fd2c39707ab481373e9feee8a7f0acd3ac06cad64966224fe276f44c4')
###############################################################################