Skip to content

Commit

Permalink
Merge pull request #14 from c4tz/main
Browse files Browse the repository at this point in the history
add missing dependency to PKGBUILD
  • Loading branch information
quexten authored Dec 21, 2023
2 parents f920b23 + 9fd78cd commit cd30c6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cd30c6b

Please sign in to comment.