Update PKGBUILD
This commit is contained in:
parent
3765642dc8
commit
6226bd2b16
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue