summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoakim Repomaa2019-10-31 10:57:35 +0100
committerJoakim Repomaa2019-10-31 10:57:35 +0100
commit38a414e50dc6e5c09bc0c9f819b73ab4d5721aec (patch)
treee706fb8e4a356e03deb5a8cade12dab1b206ed9c /PKGBUILD
parentf42c1e0286b4184aa9a8b50b3c72d3a9107313f0 (diff)
downloadaur-38a414e50dc6e5c09bc0c9f819b73ab4d5721aec.tar.gz
make sure the binary isn't stripped as this will break it
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"