George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / vaultwarden-web
Commits: 5a819f4b by George Rawlinson at 2023-11-25T12:10:39+13:00 upgpkg: 2023.10.0-3 * https://archlinux.org/todo/dropping-nodejs-lts-hydrogen/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = vaultwarden-web pkgdesc = Bitwarden web vault with the patches to make it work with Vaultwarden pkgver = 2023.10.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/dani-garcia/bw_web_builds install = vaultwarden-web.install arch = any license = GPL3 makedepends = git - makedepends = nodejs-lts-hydrogen + makedepends = nodejs makedepends = npm depends = vaultwarden provides = bitwarden_rs-vault ===================================== PKGBUILD ===================================== @@ -8,13 +8,13 @@ pkgver=2023.10.0 _upstreamver=${_pkgver%[[:lower:]]} #_patchver=$_upstreamver _patchver=2023.10.0 # almost always out of sync now -pkgrel=1 +pkgrel=3 pkgdesc='Bitwarden web vault with the patches to make it work with Vaultwarden' arch=('any') url='https://github.com/dani-garcia/bw_web_builds' license=('GPL3') depends=('vaultwarden') -makedepends=('git' 'nodejs-lts-hydrogen' 'npm') +makedepends=('git' 'nodejs' 'npm') provides=('bitwarden_rs-vault' 'bitwarden_rs-web') replaces=('bitwarden_rs-vault' 'bitwarden_rs-web') install=$pkgname.install View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vaultwarden-web/-/commit/5a819f4b8783d4fac9bcaf0700fe50a14df566f1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vaultwarden-web/-/commit/5a819f4b8783d4fac9bcaf0700fe50a14df566f1 You're receiving this email because of your account on gitlab.archlinux.org.
