summaryrefslogtreecommitdiff
path: root/keepassx2/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-06-25 22:18:56 +1000
committerDanny Rawlins <monster.romster@gmail.com>2017-06-25 22:18:56 +1000
commitedfe22992300b5028624d78299db5d69ab948111 (patch)
tree56986739f271ae246b4eb89afb8aa262f6ff6a5a /keepassx2/Pkgfile
parent0b0610ba6063f3b3db719314cffa2f92a330e81e (diff)
downloadcontrib-edfe22992300b5028624d78299db5d69ab948111.tar.gz
contrib-edfe22992300b5028624d78299db5d69ab948111.tar.xz
keepassx2: 2.0.2 -> 2.0.3
Diffstat (limited to 'keepassx2/Pkgfile')
-rw-r--r--keepassx2/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/keepassx2/Pkgfile b/keepassx2/Pkgfile
index 6e45a0654..ec4213085 100644
--- a/keepassx2/Pkgfile
+++ b/keepassx2/Pkgfile
@@ -1,10 +1,10 @@
# Description: Password manager application
# URL: http://www.keepassx.org/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
-# Depends on: qt4 libgcrypt
+# Depends on: qt4 libgcrypt xorg-libxtst
name=keepassx2
-version=2.0.2
+version=2.0.3
release=1
source=(https://www.keepassx.org/releases/$version/keepassx-$version.tar.gz)
@@ -22,6 +22,7 @@ build() {
cmake ../*-$version/ \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DWITH_TESTS=OFF
make
make DESTDIR=$PKG install

Generated by cgit