summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMisaka135142024-01-18 22:24:41 +0800
committerMisaka135142024-01-18 22:24:41 +0800
commit7fca0eb7a21483564138da053cc7446a5a380c0e (patch)
tree07b9cc2dbb9c684f0ab33c9b5e4955ab7df5e3ce /PKGBUILD
parent836e31891994328e3e4753dba2b257ed21a56821 (diff)
downloadaur-mfoc-hardnested-git.tar.gz
Follow Arch Linux RFC16: Use SPDX license identifiers in PKGBUILDs
In Arch Linux RFC16, Arch Linux decided to use the SPDX license identifier in PKGBUILDs.[1] The Packaging Guideline on Arch Wiki has been updated.[2] 1. https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0016-spdx-license-identifiers.rst 2. https://wiki.archlinux.org/title/PKGBUILD#license See also: archlinuxcn/repo#3587
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f569e1d9ac4..aa4fe254b68d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=mfoc-hardnested-git
pkgver=0.10.9.r171.a600743
-pkgrel=2
+pkgrel=3
pkgdesc="A fork of mfoc integrating hardnested code from the proxmark"
arch=('i686' 'x86_64')
url="https://github.com/nfc-tools/mfoc-hardnested"
-license=('GPL2')
+license=('GPL-2.0-only')
depends=('libnfc>=1.7.0' 'xz' 'glibc')
makedepends=('git')
provides=("${pkgname%-git}")