summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e7c509d9fde..02884190898b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=bitwarden-cli-bin
_pkgname=bitwarden-cli
pkgver=1.8.0
-pkgrel=1
+pkgrel=2
pkgdesc='Natively packaged versions of the bitwarden cli'
arch=(x86_64)
url='https://github.com/bitwarden/cli'
license=('GPL3')
depends=('gcc-libs')
makedepends=()
+options=(!strip)
source=(
"https://github.com/bitwarden/cli/releases/download/v$pkgver/bw-linux-$pkgver.zip"