summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Schoolmann2023-08-20 23:48:15 +0200
committerBernd Schoolmann2023-08-20 23:48:15 +0200
commita6babce574bfba4d53543eb5056c8ecdc983055e (patch)
tree8df35419fa39ab135a7c0ab50744c951fb1d975f
parentb12a877523e5583680498929177c32633615f4de (diff)
downloadaur-a6babce574bfba4d53543eb5056c8ecdc983055e.tar.gz
Update PKGBUILD to include libfido2 in runtime dependencies
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62f7bd0843f6..a74b8ee887f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc='A feature-packed Bitwarden compatible desktop integration'
arch=('x86_64')
url="https://github.com/quexten/$pkgname"
license=('MIT')
-makedepends=('go' 'libfido2' 'gcc' 'wayland' 'libx11' 'libxkbcommon' 'libxkbcommon-x11' 'libxcursor' 'base-devel' 'vulkan-headers')
+makedepends=('go' 'gcc' 'wayland' 'libx11' 'libxkbcommon' 'libxkbcommon-x11' 'libxcursor' 'base-devel' 'vulkan-headers')
+depends=('libfido2')
source=("$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('7d38db887437a58758e5f183d4951cf7c4d1b099f37ff6f5e95fb98735634983')