summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteelstrings2018-11-21 13:38:08 +0100
committersteelstrings2018-11-21 13:38:08 +0100
commit2e6de2f59894bfc43a323352d3b2bf3355e9ba05 (patch)
tree7bdf2f91d28cfd49904667320c80b8d7c0c43b4f
parent0f9b58436835c85ad7d5228a81f6be3684d0d17e (diff)
downloadaur-2e6de2f59894bfc43a323352d3b2bf3355e9ba05.tar.gz
fixed license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63a7f28960ef..95cbd1d6ee36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = antu-classic-icon-theme-git
pkgrel = 1
url = https://gitlab.com/froodo_alexis/Antu-classic/
arch = any
- license = GPL3
+ license = LGPL2.1
makedepends = git
depends = gtk-update-icon-cache
provides = antu-classic-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index eda13860d1d2..0e63915282f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Antü Classic Icon Theme by Fabián Alexis"
arch=('any')
url="https://gitlab.com/froodo_alexis/Antu-classic/"
-license=('GPL3')
+license=('LGPL2.1')
depends=('gtk-update-icon-cache')
makedepends=('git')
provides=("${pkgname%-git}")