add missing dependency to PKGBUILD

This commit is contained in:
c4tz 2023-12-21 12:39:36 +01:00
parent f920b23607
commit 9fd78cd295
1 changed files with 4 additions and 3 deletions

View File

@ -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"