summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2020-01-21 07:37:32 +0200
committerMantas Mikulėnas2020-01-21 07:37:46 +0200
commitcc0992a50fd0ac9275c2bf949cb40498bcd97423 (patch)
tree44f20f20aea4afbecf2cc163b09325117183bf9b
parentd6d914887a52118f89d5612db058d437cf853e2e (diff)
downloadaur-cc0992a50fd0ac9275c2bf949cb40498bcd97423.tar.gz
remove u2f-hidraw-policy optdep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 0 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26b10bef391b..f46a718ba36c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = softu2f
depends = libdbus
depends = libsystemd
depends = openssl
- optdepends = u2f-hidraw-policy: Automatically grant permissions to /dev/hidraw* (systemd <= v243)
source = git+https://github.com/danstiner/rust-u2f#commit=14a6ed0ffb63a4c440d27edd5ffc132f6f3ee623
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1843e7ed4e88..dd22df978434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,6 @@ pkgrel=1
pkgdesc="Software U2F HID token daemon (rust-u2f)"
arch=(x86_64)
depends=(libdbus libsystemd openssl)
-optdepends=(
- # TODO: remove once systemd-udevd v244 (with fido_id) is out
- # NOTE: this cannot be a required dependency as long as it conflicts with libu2f-host
- "u2f-hidraw-policy: Automatically grant permissions to /dev/hidraw* (systemd <= v243)"
-)
makedepends=(clang llvm rust)
_commit=14a6ed0ffb63a4c440d27edd5ffc132f6f3ee623
source=("git+https://github.com/danstiner/rust-u2f#commit=$_commit")