diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-10-28 12:41:17 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-10-28 12:41:17 -0700 |
commit | d0579e7cb57ce13767a5a6aa683ab91147b8e00d (patch) | |
tree | 5b1f68764ec7e9cdc63df67b3badd89315acec4e | |
parent | Updated to 2.7.9 (diff) | |
download | keepassxc-master.tar.xz |
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -12,12 +12,12 @@ _NETBUILD=OFF pkgname=keepassxc pkgver=2.7.9 -pkgrel=1 +pkgrel=4 pkgdesc="Cross-platform community-driven port of Keepass password manager" arch=(x86_64) url="https://keepassxc.org/" license=('GPL-2.0-only OR GPL-3.0-only OR LGPL-2.1-only') -options=('!lto') +options=('!lto') # lto causes tests to fail, which means something is breaking depends=(argon2 botan hicolor-icon-theme libxtst minizip pcsclite qrencode qt5-svg qt5-x11extras libusb) makedepends=(asciidoctor cmake qt5-tools) @@ -63,6 +63,7 @@ build() { -DWITH_XC_KEESHARE=OFF \ -DWITH_XC_UPDATECHECK=OFF \ -DWITH_XC_FDOSECRETS=OFF \ + -DWITH_GUI_TESTS=ON \ -DWITH_TESTS=ON cmake --build build } |