summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 926d3568a126..35c9b0eba4f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = keepassxc-git
pkgdesc = Cross-platform community-driven port of KeePass Password Safe
- pkgver = 2.7.1.r175.gcf819e0a
+ pkgver = 2.7.1.r183.g263ce204
pkgrel = 1
url = https://github.com/keepassxreboot/keepassxc
arch = i686
@@ -27,9 +27,9 @@ pkgbase = keepassxc-git
depends = qrencode
depends = minizip
depends = zlib
- depends = botan2
+ depends = botan
provides = org.freedesktop.secrets
- provides = keepassxc=2.7.1.r175.gcf819e0a
+ provides = keepassxc=2.7.1.r183.g263ce204
conflicts = keepassxc
replaces = keepassx-http
replaces = keepassx-reboot-git
diff --git a/PKGBUILD b/PKGBUILD
index 4e8b78a61754..3449a231a75d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=keepassxc-git
_gitname=keepassxc
-pkgver=2.7.1.r175.gcf819e0a
+pkgver=2.7.1.r183.g263ce204
pkgrel=1
pkgdesc="Cross-platform community-driven port of KeePass Password Safe"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ license=('GPL2')
depends=('qt5-base' 'qt5-x11extras' 'qt5-translations' 'qt5-imageformats'
'libxtst' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils'
'libusb' 'pcsclite' 'qt5-svg' 'qrencode' 'minizip'
- 'zlib' 'botan2')
+ 'zlib' 'botan')
makedepends=('git' 'intltool' 'cmake' 'qt5-tools' 'asciidoctor')
checkdepends=('xorg-server-xvfb' 'xclip')
provides=('org.freedesktop.secrets' "keepassxc=$pkgver")
@@ -36,8 +36,6 @@ pkgver() {
build() {
cd "${_gitname}"
- # Building with botan 3 fails even with -DKPXC_DEV_BOTAN3=ON
- # https://github.com/keepassxreboot/keepassxc/issues/9322
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_BINDIR=/usr/bin \