Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / bitwarden-cli
Commits:
8eb67e45 by Alexander Epaneshnikov at 2024-11-18T16:48:29+03:00
upgpkg: 2024.11.0-3 less aggressive cleanup
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bitwarden-cli
pkgdesc = The command line vault
pkgver = 2024.11.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/bitwarden/clients
arch = x86_64
license = GPL3
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=bitwarden-cli
pkgver=2024.11.0
-pkgrel=2
+pkgrel=3
pkgdesc="The command line vault"
arch=('x86_64')
url="https://github.com/bitwarden/clients"
@@ -72,14 +72,12 @@ package() {
find -name '*.ts' -type f -print -delete
find -name '*.cts' -type f -print -delete
find -name build-tmp-napi-v3 -print0 |xargs -r0 -- rm -rvf --
- find -name src -print0 |xargs -r0 -- rm -rvf --
find -name Makefile -type f -print -delete
find -name 'Pipfile*' -type f -print -delete
find -name '*.patch' -type f -print -delete
#Temporary build files
find -name '.deps' -print0 |xargs -r0 -- rm -rvf --
find -name 'obj.target' -print0 |xargs -r0 -- rm -rvf --
- find -name 'vendor' -print0 |xargs -r0 -- rm -rvf --
find -name '*package-lock.json' -type f -print -delete
find -name '*.mk' -type f -print -delete
find -name '*.Makefile' -type f -print -delete
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/8eb67e450593cd47802d7705346281e03a731bb5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/8eb67e450593cd47802d7705346281e03a731bb5
You're receiving this email because of your account on gitlab.archlinux.org.