summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2015-09-01 21:35:06 +0200
committerMartchus2015-09-01 21:35:06 +0200
commit5cc2786c80eb83746d1f0bb934630907fda62dd3 (patch)
treead7eb031947f316cd3972fe8335e5a7faf6288e8 /PKGBUILD
parentf1cc89e3c1ea26b377ad5063c3625fce54c2657f (diff)
downloadaur-5cc2786c80eb83746d1f0bb934630907fda62dd3.tar.gz
updated install file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 425039b3ed35..0b3f5cb57e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=passwordmanager
pkgver=2.0.7
-pkgrel=4
+pkgrel=5
arch=('i686' 'x86_64')
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL."
license=('GPL')
-depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11')
+depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools')
install=${pkgname}.install
url="https://github.com/Martchus/passwordmanager"