summaryrefslogtreecommitdiff
path: root/keepassxc
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-06-09 08:52:01 +0000
committerTim Biermann <tbier@posteo.de>2021-06-09 08:52:01 +0000
commitd381f51e6ceb0f4cbcb94bdd9a88f6c95b320435 (patch)
treea1172a4315c831e105f66125fe7e4b44fdb065e4 /keepassxc
parentdf8b3dd62c0ed4ea7a3e4eddeef7ae5efc8eaf4c (diff)
downloadcontrib-d381f51e6ceb0f4cbcb94bdd9a88f6c95b320435.tar.gz
contrib-d381f51e6ceb0f4cbcb94bdd9a88f6c95b320435.tar.xz
Revert "keepassxc: 2.6.4 -> 2.6.5"
This reverts commit f9db08ef235a01f1fcf45e2e581ef8151ddafd76 because it is a pre-release.
Diffstat (limited to 'keepassxc')
-rw-r--r--keepassxc/.signature7
-rw-r--r--keepassxc/Pkgfile7
2 files changed, 9 insertions, 5 deletions
diff --git a/keepassxc/.signature b/keepassxc/.signature
index 0e802c2e2..11dc69684 100644
--- a/keepassxc/.signature
+++ b/keepassxc/.signature
@@ -1,5 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF375YsQrc9KBH/nAGDGiZ+6+Rq2wQtp8ydGyj1nGfyUZgy2Guda+fvPb82J8HNI39ueTJogxQr4gDCwZ8BWDNNA0=
-SHA256 (Pkgfile) = dced290892d3c72702c9165ac069a453d5dbf85b508bd6749eaa7ef7816235d2
+RWSagIOpLGJF3w5tvoGU1MICqTRNrclpOfNbDcjf9eTelovXCQqCrPN/uxHe1YBLRBCOvjgbyDGuq/D1ytJnOeJ1CM+cq3libQg=
+SHA256 (Pkgfile) = 79e6085e60e33eac94eeff80a06c733e8640aa7a4f294940b0a5cdd43037d086
SHA256 (.footprint) = 3518370ae52ecb1b0452d1aaa3b291be9b017eb1a4c8ac77c322ac88aa7fbdf1
-SHA256 (keepassxc-2.6.5.tar.gz) = d3786a89de985a933fded48a4f558bd837aa27464d75348936867bc0c9049c2b
+SHA256 (keepassxc-2.6.4-src.tar.xz) = e536e2a71c90fcf264eb831fb1a8b518ee1b03829828f862eeea748d3310f82b
+SHA256 (keepassxc-quazip1.patch) = 8744b0ba137d644d855ac095b928bc4bdb5674b431a1f24fee7212036097ceaf
diff --git a/keepassxc/Pkgfile b/keepassxc/Pkgfile
index 87d7529f0..38b97bd9f 100644
--- a/keepassxc/Pkgfile
+++ b/keepassxc/Pkgfile
@@ -5,14 +5,17 @@
# Optional: quazip5
name=keepassxc
-version=2.6.5
+version=2.6.4
release=1
-source=(https://github.com/keepassxreboot/keepassxc/archive/$version/$name-$version.tar.gz)
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$version/$name-$version-src.tar.xz
+ keepassxc-quazip1.patch)
build() {
[[ -e /usr/lib/ccache ]] && PATH="$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')"
[[ -e /usr/lib/ccache ]] && PKGMK_KEEPASSXC+=' -D WITH_CCACHE=ON'
+ patch -Np1 -d $name-$version -i $SRC/keepassxc-quazip1.patch
+
cmake -S $name-$version -B build -G Ninja $PKGMK_KEEPASSXC \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \

Generated by cgit