From 6226bd2b16778bbeb771a592830d590f21f9c038 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Mon, 21 Aug 2023 00:42:03 +0200 Subject: [PATCH] Update PKGBUILD --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 8ed3f21..0c92cad 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=goldwarden -pkgver=0.1.1 +pkgver=0.1.2 pkgrel=1 pkgdesc='A feature-packed Bitwarden compatible desktop integration' arch=('x86_64') @@ -31,4 +31,4 @@ package() { cd "$pkgname-$pkgver" echo $pkgdir install -Dm755 build/$pkgname "$pkgdir"/usr/bin/$pkgname -} \ No newline at end of file +}