Merge pull request #14 from c4tz/main
add missing dependency to PKGBUILD
This commit is contained in:
commit
cd30c6b0c3
7
PKGBUILD
7
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"
|
||||
|
|
Loading…
Reference in New Issue