Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
bitwarden-cli


Commits:
ce21dd5c by Sven-Hendrik Haase at 2024-08-21T20:25:15+02:00
upgpkg: 2024.7.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = bitwarden-cli
        pkgdesc = The command line vault
-       pkgver = 2024.6.1
+       pkgver = 2024.7.2
        pkgrel = 1
        url = https://github.com/bitwarden/clients
        arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = bitwarden-cli
        makedepends = modclean
        depends = nodejs-lts-iron
        options = !emptydirs
-       source = 
bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v2024.6.1
-       sha512sums = 
a209e56c0ac9ea0f724837ab628e898ba29f1a3a7e5bcdb75252a22fc8db1a37e3f0d443645cac8d0102a4a9800c571a83b896af02301599d752128c6826af56
+       source = 
bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v2024.7.2
+       sha512sums = 
8ea089ed08786ebda2ac5814291322173b1a87fa9da8bbfa010f27881e60212afe876f56856c949f04eb55eed654445415f829836b95e814d3d89a8893b85a3a
 
 pkgname = bitwarden-cli


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: libertylocked <libertyloc...@disroot.org>
 
 pkgname=bitwarden-cli
-pkgver=2024.6.1
+pkgver=2024.7.2
 pkgrel=1
 pkgdesc="The command line vault"
 arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('nodejs-lts-iron')
 makedepends=('git' 'python' 'python-setuptools' 'npm' 'modclean')
 options=(!emptydirs)
 
source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v${pkgver})
-sha512sums=('a209e56c0ac9ea0f724837ab628e898ba29f1a3a7e5bcdb75252a22fc8db1a37e3f0d443645cac8d0102a4a9800c571a83b896af02301599d752128c6826af56')
+sha512sums=('8ea089ed08786ebda2ac5814291322173b1a87fa9da8bbfa010f27881e60212afe876f56856c949f04eb55eed654445415f829836b95e814d3d89a8893b85a3a')
 
 prepare() {
        cd bitwarden
@@ -33,6 +33,7 @@ build() {
 
 package() {
        cd bitwarden/apps/cli
+    export CXXFLAGS="$CXXFLAGS -Wno-error"
        npm install --production -g --prefix "$pkgdir"/usr $(npm pack . | tail 
-1)
 
        # Non-deterministic race in npm gives 777 permissions to random 
directories.



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/ce21dd5cfa607207a43518af88c20e077f6c12ab

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/ce21dd5cfa607207a43518af88c20e077f6c12ab
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to