summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Horwell2024-05-17 23:33:37 +0100
committerLuke Horwell2024-05-17 23:33:37 +0100
commit59025cbdcfe4c09e63f2b5ace8083695e34d0b57 (patch)
treecb524b8dc0c6960befbd6c97f987e203a3853877
parent099761c4fb97fc5687f4b5fd11d2757625b4f1d7 (diff)
downloadaur-gtk3-classic.tar.gz
Correct LGPL license version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9794f3b46a40..883bd6b8cc7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = gtk3-classic
url = https://github.com/lah7/gtk3-classic
install = gtk3.install
arch = x86_64
- license = LGPL-2.0-only
+ license = LGPL-2.1-or-later
makedepends = at-spi2-core
makedepends = atk
makedepends = cairo
diff --git a/PKGBUILD b/PKGBUILD
index 0c87374ec23d..fa248137ee72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ conflicts=(gtk3 gtk3-typeahead gtk3-print-backends gtk3-nocsd gtk3-nocsd-git gtk
provides=(gtk3=$_gtkver gtk3-typeahead=$_gtkver gtk3-mushrooms=$_gtkver gtk3-print-backends
libgtk-3.so libgdk-3.so libgailutil-3.so)
arch=(x86_64)
-license=(LGPL-2.0-only)
+license=(LGPL-2.1-or-later)
depends=(
atk
cairo