Package Details: keepassxc-git 2.7.1.r183.g263ce204-1

Git Clone URL: https://aur.archlinux.org/keepassxc-git.git (read-only, click to copy)
Package Base: keepassxc-git
Description: Cross-platform community-driven port of KeePass Password Safe
Upstream URL: https://github.com/keepassxreboot/keepassxc
Keywords: keepassxc password security
Licenses: GPL2
Conflicts: keepassxc
Provides: keepassxc, org.freedesktop.secrets
Replaces: keepassx-http, keepassx-reboot-git
Submitter: dlandau
Maintainer: yan12125 (phoerious)
Last Packager: yan12125
Votes: 66
Popularity: 0.87
First Submitted: 2016-11-09 12:41 (UTC)
Last Updated: 2023-05-15 09:24 (UTC)

Required by (105)

Sources (1)

Pinned Comments

yan12125 commented on 2021-06-30 10:39 (UTC) (edited on 2023-08-16 08:29 (UTC) by yan12125)

Your package keepassxc-git [1] has been flagged out-of-date by (redacted) [2]:

KeePassXC 2.6.6 released


Your package keepassxc-git [1] has been flagged out-of-date by (redacted) [2]:

https://keepassxc.org/download/#linux -> Version 2.7.6

It is indeed confusing that the computed pkgver starts with an older version. That is because the nearest tag reachable from the latest commit is an older tag (ex: 2.7.1). In other words, newer tags are not part on the develop branch. You can check the commit part (ex: "g6f14becb08") against the latest commit [1] and see the built package is indeed the latest commit.

[1] https://github.com/keepassxreboot/keepassxc/commits/develop

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

yan12125 commented on 2023-10-13 14:05 (UTC) (edited on 2023-10-13 14:06 (UTC) by yan12125)

Beethoven-n: most likely you need to rebuild some other Qt-based AUR packages. There are many discussions with a similar message in Arch forums/mailing lists/etc.

xiota: I may not drop replaces= with the same reason as android-ndk [1]. As a record, both keepassx-http and keepassx-reboot-git were replaced in 2016 [2][3].

[1] https://aur.archlinux.org/packages/android-ndk#comment-937896

[2] https://lists.archlinux.org/archives/list/aur-requests@lists.archlinux.org/thread/DQZCMBGAOCXBM7UPOSXGIIIMQZGM3PDV/

[3] https://lists.archlinux.org/archives/list/aur-requests@lists.archlinux.org/thread/PVVIFGRKVL7PCRGOERJ3EX4F22AEHJ2T/

Beethoven-n commented on 2023-10-13 01:38 (UTC)

the qt update causes some shenanigans. downgrading to 5.15.10 creates a new error because the program expects 5.15.11, but the thing doesn't wanna actually run once you have .11

Cannot mix incompatible Qt library (5.15.10) with this library (5.15.11)

xiota commented on 2023-09-20 07:56 (UTC)

Please remove replaces directive. Thank you.

yan12125 commented on 2021-06-30 10:39 (UTC) (edited on 2023-08-16 08:29 (UTC) by yan12125)

Your package keepassxc-git [1] has been flagged out-of-date by (redacted) [2]:

KeePassXC 2.6.6 released


Your package keepassxc-git [1] has been flagged out-of-date by (redacted) [2]:

https://keepassxc.org/download/#linux -> Version 2.7.6

It is indeed confusing that the computed pkgver starts with an older version. That is because the nearest tag reachable from the latest commit is an older tag (ex: 2.7.1). In other words, newer tags are not part on the develop branch. You can check the commit part (ex: "g6f14becb08") against the latest commit [1] and see the built package is indeed the latest commit.

[1] https://github.com/keepassxreboot/keepassxc/commits/develop

yan12125 commented on 2021-02-09 10:01 (UTC)

I created a PKGBUILD https://fars.ee/apB- with the following fixes/improvements:

  • Add missing makedepends
  • Fix check() and checkdepends. It is still commented out.
  • Remove unneeded keepassxc.install file

Please consider adopt it, thanks.

By the way, Dinjector's move-config-from-cache.patch is no longer needed with the --localconfig option since 2.6.2: https://github.com/keepassxreboot/keepassxc/commit/9886b1075fbddca0d4ef564c1bb481afcc199c3f

Dinjector commented on 2020-09-12 01:26 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index f3ad3aa..6bb1b5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@

 pkgname=keepassxc-git
 _gitname=keepassxc
-pkgver=2.5.2.r17.g8ded3bdb
+pkgver=2.6.1.r15.g6a35bbea
 pkgrel=1
 pkgdesc="Cross-platform community-driven port of KeePass Password Safe"
 arch=('i686' 'x86_64')
@@ -18,15 +18,17 @@ license=('GPL2')
 depends=('qt5-base' 'qt5-x11extras' 'qt5-translations' 'qt5-imageformats'
          'libxtst' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils'
          'yubikey-personalization' 'qt5-svg' 'qrencode' 'quazip'
-         'libsodium' 'libgcrypt' 'argon2' 'zlib')
+         'libsodium' 'libgcrypt' 'argon2' 'zlib' 'asciidoctor')
 install=keepassxc.install
 makedepends=('git' 'intltool' 'cmake' 'qt5-tools')
 provides=(org.freedesktop.secrets)
 conflicts=('keepassxc')
 replaces=('keepassx-http' 'keepassx-reboot-git')
 options=(!emptydirs)
-source=(git+https://github.com/keepassxreboot/keepassxc.git#branch=develop)
-md5sums=('SKIP')
+source=('git+https://github.com/keepassxreboot/keepassxc.git#branch=develop'
+        'move-config-from-cache.patch')
+md5sums=('SKIP'
+         '44c043567a1db3d966f9ed0b48b16b7d')

 pkgver() {
     cd "${_gitname}"
@@ -37,6 +39,7 @@ prepare() {
     cd "${_gitname}"
     mkdir -p build
     sed -i'' -e 's:/usr/local/share/man/:${CMAKE_INSTALL_MANDIR}/:' src/cli/CMakeLists.txt
+    patch -p1 -N -i "$srcdir/move-config-from-cache.patch"
 }

 build() {

Dinjector commented on 2020-09-12 01:25 (UTC)

diff --git a/src/core/Config.cpp b/src/core/Config.cpp
index e29b42d4..4fdda332 100644
--- a/src/core/Config.cpp
+++ b/src/core/Config.cpp
@@ -447,7 +447,7 @@ Config::Config(QObject* parent)
 #else
     // On case-sensitive Operating Systems, force use of lowercase app directories
     configPath = QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation) + "/keepassxc";
-    localConfigPath = QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation) + "/keepassxc";
+    localConfigPath = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) + "/keepassxc";
 #endif

     configPath += "/keepassxc";

Felixoid commented on 2020-07-23 13:10 (UTC)

Dear @dlandau and @phoerious, add asciidoctor as a make dependency, please.

malcolm commented on 2020-07-08 13:26 (UTC)

thanks. that worked

yan12125 commented on 2020-07-08 02:31 (UTC)

Looks like 2.6.x needs asciidoctor to build.