git » keepassxc.git » commit 70ddc87

upgpkg: 2.7.6-2: Botan 3.2 Rebuild

author Robin Candau
2023-10-09 18:53:11 UTC
committer Robin Candau
2023-10-09 18:53:11 UTC
parent 26319014775d61eaba1214e01dff03c07afc5b8f

upgpkg: 2.7.6-2: Botan 3.2 Rebuild
https://archlinux.org/todo/botan-32/

.SRCINFO +36 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..f09889e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,36 @@
+pkgbase = keepassxc
+	pkgdesc = Cross-platform community-driven port of Keepass password manager
+	pkgver = 2.7.6
+	pkgrel = 2
+	url = https://keepassxc.org/
+	arch = x86_64
+	license = GPL
+	checkdepends = xclip
+	checkdepends = xorg-server-xvfb
+	makedepends = asciidoctor
+	makedepends = cmake
+	makedepends = qt5-tools
+	depends = argon2
+	depends = botan
+	depends = curl
+	depends = hicolor-icon-theme
+	depends = libxtst
+	depends = minizip
+	depends = pcsclite
+	depends = qrencode
+	depends = qt5-svg
+	depends = qt5-x11extras
+	depends = libusb
+	optdepends = xclip: keepassxc-cli clipboard support under X server
+	optdepends = wl-clipboard: keepassxc-cli clipboard support under Wayland
+	provides = org.freedesktop.secrets
+	source = https://github.com/keepassxreboot/keepassxc/releases/download/2.7.6/keepassxc-2.7.6-src.tar.xz
+	source = https://github.com/keepassxreboot/keepassxc/releases/download/2.7.6/keepassxc-2.7.6-src.tar.xz.sig
+	validpgpkeys = BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
+	validpgpkeys = 71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
+	validpgpkeys = AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
+	validpgpkeys = C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8
+	sha256sums = a58074509fa8e90f152c6247f73e75e126303081f55eedb4ea0cbb6fa980d670
+	sha256sums = SKIP
+
+pkgname = keepassxc
diff --git a/PKGBUILD b/PKGBUILD
index fbe9bdb..b7e567b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=keepassxc
 pkgver=2.7.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64)
 url="https://keepassxc.org/"