keepassx2: update to 2.0-beta1

This commit is contained in:
Farhad Shahbazi 2015-07-20 22:41:55 +02:00
parent 753cf40c24
commit 9da27bc1ef
2 changed files with 14 additions and 4 deletions

View file

@ -0,0 +1,10 @@
--- src/core/qlockfile_unix.cpp.orig 2015-07-19 00:41:35.000000000 +0200
+++ src/core/qlockfile_unix.cpp 2015-07-21 20:01:02.607722077 +0200
@@ -39,6 +39,7 @@
#include <QDebug>
#include <QDateTime>
+#include <fcntl.h>
#include <sys/file.h> // flock
#include <sys/types.h> // kill
#include <signal.h> // kill

View file

@ -1,10 +1,10 @@
# Template file for 'keepassx2'
_realname="keepassx"
_realversion="2.0-alpha6"
_realversion="2.0-beta1"
pkgname="${_realname}2"
version="2.0"
revision=1
revision=3
build_style=cmake
hostmakedepends="pkg-config cmake"
makedepends="qt-devel libgcrypt-devel zlib-devel"
@ -13,6 +13,6 @@ short_desc="A password manager to secure personal data"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="GPL-2"
homepage="https://www.keepassx.org/"
distfiles="${homepage}/dev/attachments/download/69/${_realname}-${_realversion}.tar.gz"
checksum=592f9995b13c4f84724fb24a0078162246397eedccd467daaf0fd3608151f2b0
distfiles="${homepage}/dev/attachments/download/100/${_realname}-${_realversion}.tar.gz"
checksum=bce1933c48fd33ef8043dd526d769fd9c454d1b63464c82a35e1f7a8689acbf2
wrksrc="${_realname}-${_realversion}"