Update PKGBUILD

This commit is contained in:
Bernd Schoolmann 2023-08-21 00:42:03 +02:00 committed by GitHub
parent 3765642dc8
commit 6226bd2b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}