diff --git a/PKGBUILD b/PKGBUILD.new index 00b65ac..f0ecadb 100644 --- a/PKGBUILD +++ b/PKGBUILD.new @@ -9,7 +9,8 @@ pkgdesc="Cross platform password manager" url="https://www.keepassx.org" arch=('x86_64') license=('GPL2' 'GPL3') -depends=('libxtst' 'qt4' 'shared-mime-info') +depends=('libxtst' 'qt5-base' 'shared-mime-info' 'zlib') +optdepends=('qt5-x11extras: auto-type on X11') makedepends=('intltool' 'cmake' 'optipng') options=('!emptydirs') source=(https://www.keepassx.org/releases/${pkgver}/keepassx-${pkgver}.tar.gz{,.sig})