summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBilal Elmoussaoui2017-02-14 18:27:16 +0100
committerBilal Elmoussaoui2017-02-14 18:27:16 +0100
commitbbad0acb3444d9c6c64272a8cb0f974482ad9799 (patch)
treec70f983c25a2ccd429afebda56e71f13acc67d26 /PKGBUILD
parent9abe6c6e33372aa3d6eb4496a1a4239e050e0f7e (diff)
downloadaur-solus-icon-theme-git.tar.gz
oops change license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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
+}