summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-03-22 20:10:16 +0100
committerTim Biermann <tbier@posteo.de>2022-03-22 20:10:16 +0100
commitb07b13589708c29db6001bd58e108c465b244b02 (patch)
tree546698e69ab8e99d8fb4c418a8309c4d4b9a9045
parent7fc43f24fa03b92e1f271aa0d3873d0c3a944bdc (diff)
downloadcontrib-b07b13589708c29db6001bd58e108c465b244b02.tar.gz
contrib-b07b13589708c29db6001bd58e108c465b244b02.tar.xz
keepassxc: 2.6.6 -> 2.7.0; dropped dependency: libsodium, quazip5; new dependencies: botan, minizip, pcsclite
-rw-r--r--keepassxc/.signature6
-rw-r--r--keepassxc/Pkgfile9
2 files changed, 9 insertions, 6 deletions
diff --git a/keepassxc/.signature b/keepassxc/.signature
index 709e1a294..81213542b 100644
--- a/keepassxc/.signature
+++ b/keepassxc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF38ThOBM+0d7Mjy4LVcAeh4Qz+cIy9VS9Nix/VGLf9LEz4Kbk4jjSZ9BZLTYP6VStGQJI/2DMvZ7RqbRqdkFbPAY=
-SHA256 (Pkgfile) = 53c2ca950d1eebc5dacc0e550eacd2910bede6e28a6d981a85157ac3139395ce
+RWSagIOpLGJF34WeMbZUu4jweBZI6FeluCrIZxAoM+XNf3LhlqjC7dDzFeUZDi9su9bETp5MfY/6TdcLxprPqJVyZziSCMmLUA8=
+SHA256 (Pkgfile) = 53eed1486c7faf0116e3e9bc1ac85e546e412142fdd357caa18698d66485f723
SHA256 (.footprint) = 3518370ae52ecb1b0452d1aaa3b291be9b017eb1a4c8ac77c322ac88aa7fbdf1
-SHA256 (keepassxc-2.6.6-src.tar.xz) = 3603b11ac39b289c47fac77fa150e05fd64b393d8cfdf5732dc3ef106650a4e2
+SHA256 (keepassxc-2.7.0-src.tar.xz) = 83be76890904cd6703343fa097d68bcfdd99bb525cf518fa62a7df9293026aa7
diff --git a/keepassxc/Pkgfile b/keepassxc/Pkgfile
index 78755cdea..e3b1322c7 100644
--- a/keepassxc/Pkgfile
+++ b/keepassxc/Pkgfile
@@ -1,11 +1,11 @@
# Description: KeePass Cross-Platform Community Edition
# URL: https://keepassxc.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
-# Depends on: argon2 libgcrypt libsodium qrencode qt5 yubikey-personalization
-# Optional: asciidoctor quazip5
+# Depends on: argon2 botan libgcrypt minizip pcsclite qrencode qt5 yubikey-personalization
+# Optional: asciidoctor
name=keepassxc
-version=2.6.6
+version=2.7.0
release=1
source=(https://github.com/keepassxreboot/keepassxc/releases/download/$version/$name-$version-src.tar.xz)
@@ -21,8 +21,11 @@ build() {
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
+ -D KEEPASSXC_BUILD_TYPE=Release \
-D WITH_XC_ALL=ON \
-D WITH_TESTS=OFF \
+ -D WITH_APP_BUNDLE=OFF \
+ -D WITH_XC_UPDATECHECK=OFF \
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build

Generated by cgit