summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76e7dbc79498..fd60f439fc4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fido2luks-bin
pkgdesc = Decrypt your LUKS partition using a FIDO2 compatible authenticator
pkgver = 0.2.19
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/shimunn/fido2luks
install = dracut-integration-instructions.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c21e5149185b..ab949c018736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=fido2luks-bin
_pkgname=fido2luks
pkgver=0.2.19
-pkgrel=2
+pkgrel=3
pkgdesc="Decrypt your LUKS partition using a FIDO2 compatible authenticator"
arch=('x86_64')
url="https://github.com/shimunn/fido2luks"
license=('MPL-2.0')
-provides=('$_pkgname')
-conflicts=('$_pkgname')
+provides=('fido2luks')
+conflicts=('fido2luks')
depends=('cryptsetup')
optdepends=('dracut: booting with 2FA')
backup=('etc/fido2luks.conf')