summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-04-17 23:05:12 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-04-17 23:05:12 -0700
commit2dd73cd00bf13e7317cd98bf7ce1775310d35209 (patch)
tree4a871ec03e59b526b6eef266a367b1a246de4841
parentUpdated to 2.4.1 (diff)
downloadkeepassxc-2dd73cd00bf13e7317cd98bf7ce1775310d35209.tar.xz
Added missing qrencode depend
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 421687c..608131a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@
pkgname=keepassxc
pkgver=2.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform community-driven port of Keepass password manager"
arch=(x86_64)
url="https://keepassxc.org/"
license=(GPL)
-depends=(hicolor-icon-theme libgcrypt argon2 libsodium
- libxtst qt5-svg qt5-x11extras
+depends=(argon2 hicolor-icon-theme libgcrypt libsodium libxtst qrencode
+ qt5-svg qt5-x11extras
)
makedepends=(cmake qt5-tools)
source=("https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})