aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerry2024-02-16 15:56:19 +0800
committerJerry2024-02-16 15:56:19 +0800
commit86f373f33c257384348a126e552f06853e23a550 (patch)
treec14ea6cbaf6c9e615569613c67b08305d56fec95
parent3c9f0f5d2d4659938c4e21a0796178d8d3531454 (diff)
downloadaur-86f373f33c257384348a126e552f06853e23a550.tar.gz
upd
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1446a13bc3e..336ca9f61b50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = kernel-modules-hook-bindmount
pkgrel = 2
url = https://github.com/archlinux-jerry/pkgbuilds/tree/master/kernel-modules-hook-bindmount
arch = any
- license = GPL-3-or-later
+ license = GPL-3.0-only
provides = kernel-modules-hook
conflicts = kernel-modules-hook
conflicts = kernel-modules-hook-hardlinks
diff --git a/PKGBUILD b/PKGBUILD
index bbb9d56c1f21..0b0b582adc44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
provides=("$_pkgname")
conflicts=("$_pkgname" "${_pkgname}-hardlinks")
url="https://github.com/archlinux-jerry/pkgbuilds/tree/master/kernel-modules-hook-bindmount"
-license=('GPL-3-or-later')
+license=('GPL-3.0-only')
source=("linux-modules-cleanup.conf"
"10-linux-modules-pre.hook"
"61-linux-modules-post.hook"