summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3da45efaa58..4122756b661a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = keepassx-git
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.
- pkgver = 2.0.alpha6.r142.gf4361dd
+ pkgver = 2.0.beta1.r38.g4fcce6f
pkgrel = 1
url = https://github.com/keepassx/keepassx
install = keepassx.install
@@ -11,14 +11,14 @@ pkgbase = keepassx-git
makedepends = intltool
makedepends = cmake
depends = libxtst
- depends = qt4
depends = shared-mime-info
+ depends = qt5-x11extras
conflicts = keepassx-svn
conflicts = keepassx
conflicts = keepassx2-git
conflicts = keepassx2
conflicts = keepassx2-yubikey-git
- source = git+https://github.com/keepassx/keepassx.git
+ source = git+https://github.com/keepassx/keepassx.git#branch=qt5
md5sums = SKIP
pkgname = keepassx-git
diff --git a/PKGBUILD b/PKGBUILD
index 6836d5d9bc85..8ec4c3937273 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,17 @@
pkgname=keepassx-git
_gitname=keepassx
-pkgver=2.0.alpha6.r142.gf4361dd
+pkgver=2.0.beta1.r38.g4fcce6f
pkgrel=1
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' 'qt4' 'shared-mime-info')
+depends=('libxtst' 'shared-mime-info' 'qt5-x11extras')
install=keepassx.install
makedepends=('git' 'intltool' 'cmake')
conflicts=('keepassx-svn' 'keepassx' 'keepassx2-git' 'keepassx2' 'keepassx2-yubikey-git')
-source=(git+https://github.com/keepassx/keepassx.git)
+source=(git+https://github.com/keepassx/keepassx.git#branch=qt5)
md5sums=('SKIP')
pkgver() {