keepassxc: Update to 2.7.8

Building tests fails, so disable them:
https://github.com/keepassxreboot/keepassxc/issues/10730
This commit is contained in:
Christoph Reiter
2024-05-10 18:55:50 +02:00
parent 00404175a3
commit f8ab8ff46f

View File

@@ -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 .