Skip to content

Commit

Permalink
Update ArchLinux PKGBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Sep 19, 2023
1 parent 58a77d4 commit f5bcc34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
run: go build -v .

- name: Move binaries to directories
run:
mkdir -p .debpkg/usr/bin
run: |
mkdir -p .debpkg/usr/bin &&
mkdir -p .rpmpkg/usr/bin
cp -p goldwarden .debpkg/usr/bin/
cp -p goldwarden .rpmpkg/usr/bin/
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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')
makedepends=('go' 'libfido2' 'gcc' 'wayland' 'libx11' 'libxkbcommon' 'libxkbcommon-x11' 'libxcursor' 'base-devel' 'vulkan-headers' 'egl-wayland')
source=("$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('7d38db887437a58758e5f183d4951cf7c4d1b099f37ff6f5e95fb98735634983')

Expand Down

0 comments on commit f5bcc34

Please sign in to comment.