summaryrefslogtreecommitdiff
path: root/community/keepassx
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-22 00:05:48 -0700
committerroot <root@rshg054.dnsready.net>2013-03-22 00:05:48 -0700
commit6b3123e5628817e3cef9c44989dffd21c49b0817 (patch)
tree4f90f61ad34554f75c2ae8b435b6e0d2d8b480e0 /community/keepassx
parent76b6359ba6b2c7cce2f0b0725c7ecd831563cabf (diff)
Fri Mar 22 00:05:47 PDT 2013
Diffstat (limited to 'community/keepassx')
-rw-r--r--community/keepassx/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/keepassx/PKGBUILD b/community/keepassx/PKGBUILD
index 35f3edddd..0b8955d68 100644
--- a/community/keepassx/PKGBUILD
+++ b/community/keepassx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 85366 2013-03-01 10:34:27Z andrea $
+# $Id: PKGBUILD 86727 2013-03-21 15:05:26Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Greg Bouzakis <gregbouzakis@gmail.com>
# Contributor: Alexander Fehr <pizzapunk gmail com>
@@ -19,7 +19,7 @@ md5sums=('1df67bb22b2e08df49f09e61d156f508')
build() {
cd $srcdir/$pkgname-$pkgver
sed -i '1,1i#include <unistd.h>' src/lib/random.cpp
- qmake
+ qmake-qt4
make
}