summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Landau2020-01-02 15:24:18 +0200
committerDaniel Landau2020-01-02 15:24:18 +0200
commitd97e6645a2a331288b637310cd194630d88e089e (patch)
treed06a1078cd9a65b91bd595de7d711a310f461f55
parent99dda6c638dd8a83b65c7a06b6d00e1d5b50d6f7 (diff)
downloadaur-d97e6645a2a331288b637310cd194630d88e089e.tar.gz
Provide org.freedesktop.secrets
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca7f73fe1bbd..7dacb569932c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keepassxc-git
pkgdesc = Cross-platform community-driven port of KeePass Password Safe
pkgver = 2.5.1.r8.gd007ee97
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/keepassxreboot/keepassxc
install = keepassxc.install
arch = i686
@@ -27,6 +27,7 @@ pkgbase = keepassxc-git
depends = libgcrypt
depends = argon2
depends = zlib
+ provides = org.freedesktop.secrets
conflicts = keepassxc
replaces = keepassx-http
replaces = keepassx-reboot-git
diff --git a/PKGBUILD b/PKGBUILD
index a3f41a7c6160..d79f49ab0b24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=keepassxc-git
_gitname=keepassxc
pkgver=2.5.1.r8.gd007ee97
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform community-driven port of KeePass Password Safe"
arch=('i686' 'x86_64')
url="https://github.com/keepassxreboot/keepassxc"
@@ -21,6 +21,7 @@ depends=('qt5-base' 'qt5-x11extras' 'qt5-translations' 'qt5-imageformats'
'libsodium' 'libgcrypt' 'argon2' 'zlib')
install=keepassxc.install
makedepends=('git' 'intltool' 'cmake' 'qt5-tools')
+provides=(org.freedesktop.secrets)
conflicts=('keepassxc')
replaces=('keepassx-http' 'keepassx-reboot-git')
options=(!emptydirs)