Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging / 
Packages / bitwarden-cli


Commits:
e58c702a by Alexander Epaneshnikov at 2024-11-18T16:31:44+03:00
upgpkg: 2024.11.0-2 fix executable permissions

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = bitwarden-cli
        pkgdesc = The command line vault
        pkgver = 2024.11.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/bitwarden/clients
        arch = x86_64
        license = GPL3


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=bitwarden-cli
 pkgver=2024.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The command line vault"
 arch=('x86_64')
 url="https://github.com/bitwarden/clients";
@@ -103,4 +103,5 @@ package() {
        # Remove empty directories
        find . -type d -empty -print -delete
        popd
+       chmod 755 "$pkgdir"/usr/lib/node_modules/@bitwarden/cli/build/bw.js
 }



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

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


Reply via email to