summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Landau2017-01-21 19:30:31 +0200
committerDaniel Landau2017-01-21 19:30:31 +0200
commitd12f2379f226ce99666194dc8cfc2a74a6c0bc4e (patch)
tree6e73becaa695b04d2e3eb9aca332504953a1f789 /PKGBUILD
parentd9430e73fd32fe52d84ccbfb177fee1ef072fac2 (diff)
downloadaur-d12f2379f226ce99666194dc8cfc2a74a6c0bc4e.tar.gz
Re-enable HTTP
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f0ba16d718b..689a322bf2a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=keepassxc-git
_gitname=keepassxc
-pkgver=2.0.3.http.r43.g3c89ce9
+pkgver=2.0.3.http.r128.g5458d77
pkgrel=1
pkgdesc="A reboot with keepasshttp of an OpenSource password safe which helps you to manage your passwords in an easy and secure way"
arch=('i686' 'x86_64')
@@ -43,6 +43,9 @@ build() {
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_VERBOSE_MAKEFILE=OFF \
-DWITH_GUI_TESTS=ON \
+ -DWITH_XC_AUTOTYPE=ON \
+ -DWITH_XC_HTTP=ON \
+ -DWITH_XC_YUBIKEY=ON \
-DCMAKE_BUILD_TYPE=Release ..
make
}