summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 393477bbbb0f..5f1839c0b134 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = solus-icon-theme-git
pkgrel = 1
url = https://github.com/solus-project/solus-icon-theme
arch = any
- license = GPL3
+ license = CC-BY-SA-4.0
makedepends = git
depends = gtk-update-icon-cache
conflicts = solus-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 0cef3c7d9781..d41fc33e1641 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='Solus Icon Theme.'
arch=(any)
url=https://github.com/solus-project/solus-icon-theme
-license=('GPL3')
+license=('CC-BY-SA-4.0')
depends=('gtk-update-icon-cache')
makedepends=('git')
source=("git://github.com/solus-project/${_gitname}.git")
@@ -23,4 +23,4 @@ package() {
cd "${srcdir}/${_gitname}"
install -d 655 "${pkgdir}/usr/share/icons/"
cp -r ./Solus "${pkgdir}/usr/share/icons/Solus"
-} \ No newline at end of file
+}