diff --git a/srcpkgs/keepassxc/template b/srcpkgs/keepassxc/template index 57d46406450..cd3a0ed15df 100644 --- a/srcpkgs/keepassxc/template +++ b/srcpkgs/keepassxc/template @@ -1,7 +1,7 @@ # Template file for 'keepassxc' pkgname=keepassxc -version=2.3.3 -revision=2 +version=2.3.4 +revision=1 build_style=cmake configure_args="-DWITH_TESTS=OFF -DWITH_XC_AUTOTYPE=$(vopt_if autotype ON OFF) @@ -16,10 +16,10 @@ makedepends="qt5-tools-devel libgcrypt-devel libargon2-devel $(vopt_if yubikey 'libykpers-devel libyubikey-devel')" short_desc="KeePassXC is a cross-platform port of “Keepass Password Safe”" maintainer="ibrokemypie " -license="GPL-3, GPL-2, BSD-3-clause, LGPL-2, LGPL-2.1, LGPL-3+, Boost-1.0, CC-0" +license="GPL-3.0-only" homepage="https://keepassxc.org/" distfiles="https://github.com/keepassxreboot/keepassxc/releases/download/${version}/keepassxc-${version}-src.tar.xz" -checksum=cfff85ef89ba590aec798c59bea4aa3db00626d7bff8cdde0f62ee34aea60ad5 +checksum=0c24a78895185b9b6b098f08a15b332c600f80aa570d608940fcc2a38e02780a if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools"