summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquexten2023-09-11 22:29:16 +0000
committerquexten2023-09-11 22:29:16 +0000
commitc1fc06891436fc9e71ba70a30b8e10a9347fc3aa (patch)
tree886f40b7219fa3016262100938939095e3e6bbfc /PKGBUILD
parenta2d1df0b8a89672e23c38d370256851812ec0656 (diff)
downloadaur-c1fc06891436fc9e71ba70a30b8e10a9347fc3aa.tar.gz
Update AUR package from GitHub Actions automation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6059afbce8d..d8820b226400 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=goldwarden
-pkgver=0.1.5
+pkgver=0.1.6
pkgrel=1
pkgdesc='A feature-packed Bitwarden compatible desktop integration'
arch=('x86_64')
@@ -7,7 +7,7 @@ url="https://github.com/quexten/$pkgname"
license=('MIT')
makedepends=('go' 'libfido2' 'gcc' 'wayland' 'libx11' 'libxkbcommon' 'libxkbcommon-x11' 'libxcursor' 'base-devel' 'vulkan-headers')
source=("$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('56019f3985d844e877f04fc159e883ee98ee905f8c621cf4f653134fc14f4def')
+sha256sums=('1e0ee2964e73f68a598e9c60c781a208180acead85791999c103aeb6c2181fe5')
prepare(){
cd "$pkgname-$pkgver"