summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLev Lybin2015-08-25 04:00:25 +0700
committerLev Lybin2015-08-25 04:00:25 +0700
commitb1ca625fc03ab534094930c378e3a7e8f45dcb1f (patch)
tree7ba70d008c90b274b766edc8228e269a26b021ce /PKGBUILD
parentaba2386bcad73539ab4f0188c38e50468eb5af0f (diff)
downloadaur-b1ca625fc03ab534094930c378e3a7e8f45dcb1f.tar.gz
added 2 packages to depends
option !emptydir
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f9600d41a2d..2e975d382c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,16 @@
pkgname=keepassx-git
_gitname=keepassx
pkgver=2.0.beta1.r41.g943ba1f
-pkgrel=1
+pkgrel=2
pkgdesc="KeePassX is a cross platform port of the windows application 'Keepass Password Safe'. It is an OpenSource password safe which helps you to manage your passwords in an easy and secure way. It uses a highly encrypted database locked with one master key."
arch=('i686' 'x86_64')
url="https://github.com/keepassx/keepassx"
license=('GPL2')
-depends=('libxtst' 'shared-mime-info' 'qt5-x11extras')
+depends=('libxtst' 'shared-mime-info' 'qt5-x11extras' 'hicolor-icon-theme' 'desktop-file-utils')
install=keepassx.install
makedepends=('git' 'intltool' 'cmake' 'qt5-base' 'qt5-tools' 'zlib' 'libgcrypt')
conflicts=('keepassx-svn' 'keepassx' 'keepassx2-git' 'keepassx2' 'keepassx2-yubikey-git')
+options=(!emptydirs)
source=(git+https://github.com/keepassx/keepassx.git#branch=qt5)
md5sums=('SKIP')