summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b788cf16806..ce563aa3f946 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = mfoc-hardnested-git
pkgdesc = A fork of mfoc integrating hardnested code from the proxmark
pkgver = 0.10.9.r171.a600743
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nfc-tools/mfoc-hardnested
arch = i686
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
makedepends = git
depends = libnfc>=1.7.0
depends = xz
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}")