From f8ab8ff46f15df89cc39ad66fa5bf65f87d28db0 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 10 May 2024 18:55:50 +0200 Subject: [PATCH] keepassxc: Update to 2.7.8 Building tests fails, so disable them: https://github.com/keepassxreboot/keepassxc/issues/10730 --- mingw-w64-keepassxc/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mingw-w64-keepassxc/PKGBUILD b/mingw-w64-keepassxc/PKGBUILD index e825547161..4184fbc8d1 100644 --- a/mingw-w64-keepassxc/PKGBUILD +++ b/mingw-w64-keepassxc/PKGBUILD @@ -3,7 +3,7 @@ _realname=keepassxc pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=2.7.7 +pkgver=2.7.8 pkgrel=1 pkgdesc="A modern, secure, and open-source password manager that stores and manages your most sensitive information (mingw-w64)" arch=('any') @@ -27,7 +27,7 @@ source=("https://github.com/keepassxreboot/${_realname}/releases/download/${pkgv "0001-fix-cmake-install.patch" "0002-mingw-windres.patch" "0003-fix-resource-dir.patch") -sha256sums=('58fc45ae98e4b3ffb052103014f5b97a41fefd17102c7f56073934dd3a82ee67' +sha256sums=('87d3101712b3c8656a24b908ad5b7e2529bc01717cb4156f53ba195fb81783a3' '0f4bb341015b1d69e4cfce5b8cf12bee09dc27ff3cdb84ab8d36db23e265b22f' 'de85c69ca29c44605549dc25342978ff328f1d632cd469ff4c09f016edbb982b' 'fff46c70d2f3cfa058f1b8d2b17c81db7f22eeebf00cd2a9b98fd9db5f750e64') @@ -50,6 +50,7 @@ build() { -DCMAKE_INSTALL_PREFIX="${MINGW_PREFIX}" \ -DWITH_XC_ALL=ON \ -DWITH_XC_UPDATECHECK=OFF \ + -DWITH_TESTS=OFF \ ../${_realname}-${pkgver} "${MINGW_PREFIX}"/bin/cmake.exe --build .