[arch-commits] Commit in bitwarden-cli/trunk (PKGBUILD)

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Sat Sep 4 18:01:04 UTC 2021


    Date: Saturday, September 4, 2021 @ 18:01:04
  Author: alex19ep
Revision: 1011412

upgpkg: bitwarden-cli 1.18.0-3

disable strip

Modified:
  bitwarden-cli/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-04 18:00:36 UTC (rev 1011411)
+++ PKGBUILD	2021-09-04 18:01:04 UTC (rev 1011412)
@@ -4,7 +4,7 @@
 pkgname=bitwarden-cli
 pkgver=1.18.0
 _jslibcommit='0a2ff12bedd55f5982fb8fe9102c4f20522f72e1'
-pkgrel=2
+pkgrel=3
 pkgdesc="The command line vault"
 arch=('x86_64')
 url="https://github.com/bitwarden/cli"
@@ -11,6 +11,7 @@
 license=('GPL3')
 depends=('gcc-libs')
 makedepends=('git' 'npm' 'node-gyp' 'nodejs-lts-fermium')
+options=('!strip')
 source=("bitwarden-cli-${pkgver}.tar.gz::https://github.com/bitwarden/cli/archive/v${pkgver}.tar.gz"
         "jslib-${_jslibcommit}.tar.gz::https://github.com/bitwarden/jslib/archive/${_jslibcommit}.tar.gz")
 sha512sums=('333c3c4d6b5311b256e34988a201f317fea6aa2d8c7186d80f7d0a1c68e3b40a957bcad66f97e2ca795420ced030390794d14ea173f9c9372d8886bc45a8dd95'



More information about the arch-commits mailing list