summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Landau2018-12-09 21:47:13 +0200
committerDaniel Landau2018-12-09 21:47:13 +0200
commit778d5ede448b6d9cf8364eaeec830db8f3a90168 (patch)
treee2766a74fe7efd0a1cfc4dae8003806ee2d7fa00
parentf9ca456da62f322d3efd8b630e9889b393803558 (diff)
downloadaur-778d5ede448b6d9cf8364eaeec830db8f3a90168.tar.gz
Update deps and version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a93edd52931b..41689c138bfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Dec 9 19:47:10 UTC 2018
pkgbase = keepassxc-git
pkgdesc = Cross-platform community-driven port of KeePass Password Safe
- pkgver = 2.3.4.r92.g1d710595
+ pkgver = 2.3.4.r211.gb6eeabab
pkgrel = 1
url = https://github.com/keepassxreboot/keepassxc
install = keepassxc.install
@@ -20,6 +22,8 @@ pkgbase = keepassxc-git
depends = hicolor-icon-theme
depends = desktop-file-utils
depends = yubikey-personalization
+ depends = qt5-svg
+ depends = qrencode
depends = libsodium
depends = libgcrypt
depends = argon2
diff --git a/PKGBUILD b/PKGBUILD
index 36920a645da9..5de2a8eaafb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=keepassxc-git
_gitname=keepassxc
-pkgver=2.3.4.r92.g1d710595
+pkgver=2.3.4.r211.gb6eeabab
pkgrel=1
pkgdesc="Cross-platform community-driven port of KeePass Password Safe"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ url="https://github.com/keepassxreboot/keepassxc"
license=('GPL2')
depends=('qt5-base' 'qt5-x11extras' 'qt5-translations' 'qt5-imageformats'
'libxtst' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils'
- 'yubikey-personalization'
+ 'yubikey-personalization' 'qt5-svg' 'qrencode'
'libsodium' 'libgcrypt' 'argon2' 'zlib')
install=keepassxc.install
makedepends=('git' 'intltool' 'cmake' 'qt5-tools')