summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2024-04-01 21:40:57 -0500
committerHurricanePootis2024-04-01 21:40:57 -0500
commitc673cd65189bcddc9040a9e616a84df1c8a7f83b (patch)
tree3e54352b610e6eae115a5b1fe9461d0e3653bc27
parent69bb10bbfff63b98ef569c2d7bbb58ae85db169d (diff)
downloadaur-c673cd65189bcddc9040a9e616a84df1c8a7f83b.tar.gz
Make license more accurate
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1512f84fdd7..8d06699158ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = tlpui
pkgdesc = A GTK user interface for TLP written in Python
pkgver = 1.6.4
- pkgrel = 2
+ pkgrel = 3
epoch = 2
url = https://github.com/d4nj1/TLPUI
arch = any
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 1623e822de38..299fe3ee46da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=tlpui
pkgver=1.6.4
-pkgrel=2
+pkgrel=3
epoch=2
pkgdesc="A GTK user interface for TLP written in Python"
arch=('any')
url="https://github.com/d4nj1/TLPUI"
-license=('GPL2')
+license=('GPL-2.0-or-later')
depends=('tlp' 'python-gobject' 'hicolor-icon-theme' 'python-yaml' 'gtk3' 'python-toml')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel' 'python-poetry')
source=("https://github.com/d4nj1/TLPUI/archive/refs/tags/$pkgname-$pkgver.tar.gz")