git » keepassxc.git » commit 1f133b0

Implement FS#64283

author Bruno Pagani
2019-10-28 11:10:30 UTC
committer Bruno Pagani
2019-10-28 11:10:30 UTC
parent 1fa49c6b289fc7ef75282191f5afe15bc85945e4

Implement FS#64283

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index ab686aa..62efc4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=keepassxc
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64)
 url="https://keepassxc.org/"
@@ -11,6 +11,7 @@ license=(GPL)
 depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium libxtst qrencode
          qt5-svg qt5-x11extras quazip yubikey-personalization)
 makedepends=(git cmake qt5-tools)
+provides=(org.freedesktop.secrets)
 _tag=a1cc0e27e1e692c9b3e03b1b67f1ec8613329875 # git rev-parse ${pkgver}
 source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed")
 sha256sums=(SKIP)