summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2024-05-09 23:34:10 +0200
committerNarrat2024-05-09 23:34:10 +0200
commitdcd9e5c91679d395854b58b7826d2b6c191740d1 (patch)
tree54d74938723b18acfbd7a8025b79ae74dabaa5ac
parent8e041360b8e48adebc7dcbdbf469317d50e61231 (diff)
downloadaur-dcd9e5c91679d395854b58b7826d2b6c191740d1.tar.gz
labwc: use SPDX identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d46a85e757d..2f06e32c73f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = labwc
pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
makedepends = meson
makedepends = scdoc
makedepends = wayland-protocols
diff --git a/PKGBUILD b/PKGBUILD
index 17e20008ac85..bf22a0e624f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='stacking wayland compositor with look and feel from openbox'
url="https://github.com/labwc/labwc"
arch=('x86_64')
-license=('GPL2')
+license=('GPL-2.0-only')
depends=('libpng' 'librsvg' 'pango' 'seatd' 'wlroots>=0.17' 'wlroots<0.18' 'wayland' 'xorg-xwayland')
makedepends=('meson' 'scdoc' 'wayland-protocols')
optdepends=("bemenu: default launcher via Alt+F3")