summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanek Bevendorff2018-02-28 13:21:16 +0100
committerJanek Bevendorff2018-02-28 13:21:16 +0100
commitac98f09eb0c31ab7893d58172811f04b6736933c (patch)
tree7d844c213b61de0c035452272c78754c729cdba0
parent0861d07f4e4cf1126f8336e7d15a377b023ebedc (diff)
downloadaur-ac98f09eb0c31ab7893d58172811f04b6736933c.tar.gz
Update dependencies and .SRCINFO
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD7
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee52db27dee2..af47d4ed31a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jan 25 17:59:04 UTC 2018
pkgbase = keepassxc-git
- pkgdesc = A reboot with keepasshttp of an OpenSource password safe which helps you to manage your passwords in an easy and secure way
- pkgver = 2.2.4.r431.g46c58b32
+ pkgdesc = Cross-platform community-driven port of KeePass Password Safe
+ pkgver = 2.3.0.r13.gc167a0d1
pkgrel = 1
url = https://github.com/keepassxreboot/keepassxc
install = keepassxc.install
@@ -12,17 +10,21 @@ pkgbase = keepassxc-git
makedepends = git
makedepends = intltool
makedepends = cmake
- makedepends = qt5-base
makedepends = qt5-tools
- makedepends = zlib
- makedepends = libgcrypt
+ depends = qt5-base
+ depends = qt5-x11extras
+ depends = qt5-translations
+ depends = qt5-imageformats
depends = libxtst
depends = shared-mime-info
- depends = qt5-x11extras
depends = hicolor-icon-theme
depends = desktop-file-utils
depends = yubikey-personalization
+ depends = curl
depends = libsodium
+ depends = libgcrypt
+ depends = argon2
+ depends = zlib
conflicts = keepassxc
replaces = keepassx-http
replaces = keepassx-reboot-git
diff --git a/PKGBUILD b/PKGBUILD
index 27feb757c436..211422cc9be9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,15 @@
pkgname=keepassxc-git
_gitname=keepassxc
-pkgver=2.3.0.r500.c167a0d
+pkgver=2.3.0.r13.gc167a0d1
pkgrel=1
pkgdesc="Cross-platform community-driven port of KeePass Password Safe"
arch=('i686' 'x86_64')
url="https://github.com/keepassxreboot/keepassxc"
license=('GPL2')
-depends=('qt5-base' 'qt5-x11extras' 'libxtst' 'shared-mime-info'
- 'hicolor-icon-theme' 'desktop-file-utils' 'yubikey-personalization'
+depends=('qt5-base' 'qt5-x11extras' 'qt5-translations' 'qt5-imageformats'
+ 'libxtst' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils'
+ 'yubikey-personalization'
'curl' 'libsodium' 'libgcrypt' 'argon2' 'zlib')
install=keepassxc.install
makedepends=('git' 'intltool' 'cmake' 'qt5-tools')