From 9fd78cd295ec71841ddb32f0107e5dd5539a3787 Mon Sep 17 00:00:00 2001 From: c4tz Date: Thu, 21 Dec 2023 12:39:36 +0100 Subject: [PATCH] add missing dependency to PKGBUILD --- PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 92e8e1e..8660d7f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,13 +1,14 @@ pkgname=goldwarden pkgver=0.1.9 -pkgrel=1 +pkgrel=2 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' 'egl-wayland') +depends=('libfido2') +makedepends=('go' 'gcc' 'wayland' 'libx11' 'libxkbcommon' 'libxkbcommon-x11' 'libxcursor' 'base-devel' 'vulkan-headers' 'egl-wayland') source=("$url/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('7d38db887437a58758e5f183d4951cf7c4d1b099f37ff6f5e95fb98735634983') +sha256sums=('57555dab4afd4fc60785e8ad34f41932988b4cd2ce130daaa719625a0e455481') prepare(){ cd "$pkgname-$pkgver"