summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyrozap2024-02-24 23:51:40 -0600
committercyrozap2024-02-24 23:51:40 -0600
commit183229c047db9a8cf1b443e5a3247de4d514a6c6 (patch)
tree1d4b6806a9b9fa9fff0c231c273a0bf2b649e875
parent88f2aa092e01f74071094dcb7595b9c83c7d0893 (diff)
downloadaur-183229c047db9a8cf1b443e5a3247de4d514a6c6.tar.gz
Use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbae2e660494..f8be751ed57e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = twmn-git
pkgrel = 1
url = https://github.com/sboli/twmn
arch = x86_64
- license = LGPL3
+ license = LGPL-3.0-or-later
makedepends = git
makedepends = pkg-config
makedepends = boost>=1.46
diff --git a/PKGBUILD b/PKGBUILD
index 92f03249a4fb..12b6395ed2df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="A notification system for tiling window managers"
arch=('x86_64')
url="https://github.com/sboli/twmn"
-license=('LGPL3')
+license=('LGPL-3.0-or-later')
provides=('notification-daemon')
depends=('qt5-base' 'qt5-x11extras' 'boost-libs>=1.46' 'libxext' 'libxkbcommon-x11')
makedepends=('git' 'pkg-config' 'boost>=1.46')