summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
+}