summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-30 20:34:27 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-30 20:34:27 -0700
commit9921c4b488007a901db98abe6c7d6f265ec0940a (patch)
tree5e9a2994dcd14d36128305a546d26d4cb90b87bd
parentUpdated to 2.7.1 (diff)
downloadkeepassxc-9921c4b488007a901db98abe6c7d6f265ec0940a.tar.xz
Updated to 2.7.4
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2743fb1..b4a11f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,12 +11,13 @@
_NETBUILD=OFF
pkgname=keepassxc
-pkgver=2.7.1
+pkgver=2.7.4
pkgrel=1
pkgdesc="Cross-platform community-driven port of Keepass password manager"
arch=(x86_64)
url="https://keepassxc.org/"
license=(GPL)
+options=('!lto')
depends=(argon2 botan curl hicolor-icon-theme libxtst
minizip pcsclite qrencode qt5-svg qt5-x11extras)
makedepends=(asciidoctor cmake qt5-tools)
@@ -25,9 +26,9 @@ optdepends=('xclip: keepassxc-cli clipboard support under X server'
checkdepends=(xclip xorg-server-xvfb)
provides=(org.freedesktop.secrets)
source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
-sha256sums=('6001ba626c35c316dbda6de35736f012a2264f95139fcb4a094b8eb49b15d3e7'
+sha256sums=('560052961da0389327e759171f660230dfa4e0f4e1fab6139600fb85c6e5dece'
'SKIP')
-b2sums=('4429d8e4f60df04c44b9b19fae1d42687d1a9c7022880203bd8ba65aa6bd2bdc63b5fcb51db18d42d8e1e343b9789cc4d9e1e756be050d8631033cb634dcdb4a'
+b2sums=('5b8ea105c35956f85779187df624f373f9e6937e1edc454b2a5cbc851ddd2ef0dd556ec74242e3a67c314c1e4b0750987a498d245c3463a5e92254ad0c394ab4'
'SKIP')
# List of signing keys can be found at https://keepassxc.org/verifying-signatures/
validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
@@ -41,7 +42,6 @@ prepare() {
build() {
- # lto breaks compiling
# PIE causes the tests to fail
export CFLAGS="$CFLAGS -O3 -fstack-protector-all"
export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all"