summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordigital_mystik2021-07-31 23:02:30 -0700
committerdigital_mystik2021-07-31 23:02:30 -0700
commitab1cd596ff0de36f16e8b6d15aacc218ced8307e (patch)
tree646cad6d60a31c3cd7d5831d56bc802712f29d3f
parent84ad9bdfc5d1edc2db76eb77fd4313bf979d7298 (diff)
downloadaur-ab1cd596ff0de36f16e8b6d15aacc218ced8307e.tar.gz
changed syntax (no real changes)
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 409412b4a4ad..c21e5149185b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgdesc="Decrypt your LUKS partition using a FIDO2 compatible authenticator"
arch=('x86_64')
url="https://github.com/shimunn/fido2luks"
license=('MPL-2.0')
-provides=(fido2luks)
-conflicts=(fido2luks)
+provides=('$_pkgname')
+conflicts=('$_pkgname')
depends=('cryptsetup')
optdepends=('dracut: booting with 2FA')
backup=('etc/fido2luks.conf')