summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-06-08 10:25:22 +0000
committerTim Biermann <tbier@posteo.de>2021-06-08 10:25:22 +0000
commitf9db08ef235a01f1fcf45e2e581ef8151ddafd76 (patch)
tree5c8e6a0dbf120d6afc802d08f01092f662f97385
parent04d1bc42ae24db1c39e3c1b28e11442a5b8716b0 (diff)
downloadcontrib-f9db08ef235a01f1fcf45e2e581ef8151ddafd76.tar.gz
contrib-f9db08ef235a01f1fcf45e2e581ef8151ddafd76.tar.xz
keepassxc: 2.6.4 -> 2.6.5
-rw-r--r--keepassxc/.signature7
-rw-r--r--keepassxc/Pkgfile7
2 files changed, 5 insertions, 9 deletions
diff --git a/keepassxc/.signature b/keepassxc/.signature
index 11dc69684..0e802c2e2 100644
--- a/keepassxc/.signature
+++ b/keepassxc/.signature
@@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3w5tvoGU1MICqTRNrclpOfNbDcjf9eTelovXCQqCrPN/uxHe1YBLRBCOvjgbyDGuq/D1ytJnOeJ1CM+cq3libQg=
-SHA256 (Pkgfile) = 79e6085e60e33eac94eeff80a06c733e8640aa7a4f294940b0a5cdd43037d086
+RWSagIOpLGJF375YsQrc9KBH/nAGDGiZ+6+Rq2wQtp8ydGyj1nGfyUZgy2Guda+fvPb82J8HNI39ueTJogxQr4gDCwZ8BWDNNA0=
+SHA256 (Pkgfile) = dced290892d3c72702c9165ac069a453d5dbf85b508bd6749eaa7ef7816235d2
SHA256 (.footprint) = 3518370ae52ecb1b0452d1aaa3b291be9b017eb1a4c8ac77c322ac88aa7fbdf1
-SHA256 (keepassxc-2.6.4-src.tar.xz) = e536e2a71c90fcf264eb831fb1a8b518ee1b03829828f862eeea748d3310f82b
-SHA256 (keepassxc-quazip1.patch) = 8744b0ba137d644d855ac095b928bc4bdb5674b431a1f24fee7212036097ceaf
+SHA256 (keepassxc-2.6.5.tar.gz) = d3786a89de985a933fded48a4f558bd837aa27464d75348936867bc0c9049c2b
diff --git a/keepassxc/Pkgfile b/keepassxc/Pkgfile
index 38b97bd9f..87d7529f0 100644
--- a/keepassxc/Pkgfile
+++ b/keepassxc/Pkgfile
@@ -5,17 +5,14 @@
# Optional: quazip5
name=keepassxc
-version=2.6.4
+version=2.6.5
release=1
-source=(https://github.com/keepassxreboot/keepassxc/releases/download/$version/$name-$version-src.tar.xz
- keepassxc-quazip1.patch)
+source=(https://github.com/keepassxreboot/keepassxc/archive/$version/$name-$version.tar.gz)
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