Date: Wednesday, April 5, 2023 @ 09:16:30 Author: grawlinson Revision: 1436779
upgpkg: vaultwarden 1.28.1-1; new upstream release Modified: vaultwarden/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-05 09:16:01 UTC (rev 1436778) +++ PKGBUILD 2023-04-05 09:16:30 UTC (rev 1436779) @@ -4,13 +4,20 @@ # Contributor: Timothée Ravier <[email protected] pkgname=vaultwarden -pkgver=1.27.0 +pkgver=1.28.1 pkgrel=1 pkgdesc='Unofficial Bitwarden compatible server written in Rust' arch=('x86_64') url=https://github.com/dani-garcia/vaultwarden license=('GPL3') -depends=('mariadb-libs' 'openssl' 'postgresql-libs' 'sqlite') +depends=( + 'glibc' + 'gcc-libs' + 'mariadb-libs' + 'openssl' + 'postgresql-libs' + 'sqlite' +) makedepends=('git' 'rust') optdepends=('vaultwarden-web: for the web app') provides=('bitwarden_rs') @@ -18,7 +25,7 @@ backup=('etc/vaultwarden.env') options=('!lto') install=$pkgname.install -_commit='10dadfca068ed449fcd4a74b70ae2cd83990d3d4' +_commit='0b28ab3be101b58cf27b43da14bcf893fa37c1c8' source=( "$pkgname::git+$url#commit=$_commit" 'systemd.service'
