summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloominstrong2024-04-29 21:56:19 +1000
committerbloominstrong2024-04-29 21:56:19 +1000
commit96871cbe38055f07dbe489d7aaa0fcadab695875 (patch)
tree87224b663d557983a278bbd9f1b1376fc256d0fc
parent22f5e268164719d9be9fa21d6e16c6513878b5be (diff)
downloadaur-96871cbe38055f07dbe489d7aaa0fcadab695875.tar.gz
change liense to SPDX format
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d25637aba473..3b8902768e4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = hyprkeys
pkgrel = 1
url = https://github.com/hyprland-community/Hyprkeys
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = go
depends = glibc
source = hyprkeys-1.0.3.tar.gz::https://github.com/hyprland-community/Hyprkeys/archive/refs/tags/v1.0.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 72ab3e918173..4c206dffe769 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc='A simple, scriptable keybind retrieval utility for Hyprland'
arch=('x86_64')
url='https://github.com/hyprland-community/Hyprkeys'
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('glibc')
makedepends=('go')
options=()