Date: Monday, April 25, 2022 @ 19:20:32 Author: alex19ep Revision: 1190058
upgpkg: bitwarden 1.33.0-1 upstream release Modified: bitwarden/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-25 19:04:46 UTC (rev 1190057) +++ PKGBUILD 2022-04-25 19:20:32 UTC (rev 1190058) @@ -2,7 +2,7 @@ # Contributor: libertylocked <[email protected]> pkgname=bitwarden -pkgver=1.32.1 +pkgver=1.33.0 pkgrel=1 _electronversion=16 pkgdesc='A secure and free password manager for all of your devices' @@ -60,7 +60,7 @@ install -vDm644 build/package.json -t "${pkgdir}/usr/lib/${pkgname}" cp -vr dist/linux-unpacked/resources/app.asar.unpacked -t "${pkgdir}/usr/lib/${pkgname}" - for i in 16 32 48 64 128 256 512; do + for i in 16 32 64 128 256 512 1024; do install -vDm644 resources/icons/${i}x${i}.png "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png" done install -vDm644 resources/icon.png "${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/${pkgname}.png"
