summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-02-14 18:27:16 +0100
committerBilal Elmoussaoui2017-02-14 18:27:16 +0100
commitbbad0acb3444d9c6c64272a8cb0f974482ad9799 (patch)
treec70f983c25a2ccd429afebda56e71f13acc67d26
parent9abe6c6e33372aa3d6eb4496a1a4239e050e0f7e (diff)
downloadaur-bbad0acb3444d9c6c64272a8cb0f974482ad9799.tar.gz
oops change license
-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
+}