summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMantas Mikulėnas2019-10-24 00:50:53 +0300
committerMantas Mikulėnas2019-10-24 01:18:55 +0300
commitb28e293ffb82140166cc59efd935504cbc7a1075 (patch)
treea7893b6de6eb5f4945548781d9bc83d096e4505c /PKGBUILD
parent78cb5a25202adc6449134e69f590d3a81f33b144 (diff)
downloadaur-b28e293ffb82140166cc59efd935504cbc7a1075.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 348cee62fa27..841c84d1fb84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,6 +3,8 @@ pkgver=0.4.0
pkgrel=1
pkgdesc="Software U2F HID token daemon (rust-u2f)"
arch=(x86_64)
+depends=(libdbus libsystemd openssl)
+makedepends=(clang llvm rust)
_commit=1b49bad73b62a1b3982ec5af583dfa0f6ea5efb1
source=("git+https://github.com/danstiner/rust-u2f#commit=$_commit")
sha256sums=(SKIP)