summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64b21ac43603..b137aff427b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Oct 30 10:11:50 UTC 2019
+# Thu Oct 31 09:54:29 UTC 2019
pkgbase = bitwarden-cli-bin
pkgdesc = Natively packaged versions of the bitwarden cli
pkgver = 1.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bitwarden/cli
arch = x86_64
license = GPL3
depends = gcc-libs
provides = bitwarden-cli
conflicts = bitwarden-cli
+ options = !strip
source = https://github.com/bitwarden/cli/releases/download/v1.8.0/bw-linux-1.8.0.zip
sha512sums = 29460d57681c44750e5b7832bc9527ced2a20c7dc035bde1a70eb90f7a77eacc23b80ce37a363896952f64b0ba6b8d0c7c601514bcdaee6fca18ddec0813a789
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"