keepassxc: update to 2.3.4

keepassxc: update license
This commit is contained in:
JTL 2018-08-23 12:04:21 -07:00 committed by maxice8
parent 36ec9b8d90
commit 8d7cc65f0b
1 changed files with 4 additions and 4 deletions

View File

@ -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 <ibrokemypie@bastardi.net>"
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"