From 23ef1d538c82e3e476de4ce43e5301f81869b3dd Mon Sep 17 00:00:00 2001 From: Piraty Date: Wed, 22 May 2019 23:20:40 +0200 Subject: [PATCH] zulucrypt: fix typo --- srcpkgs/zulucrypt/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/zulucrypt/template b/srcpkgs/zulucrypt/template index 06a96670fca..5143ab6c913 100644 --- a/srcpkgs/zulucrypt/template +++ b/srcpkgs/zulucrypt/template @@ -1,15 +1,15 @@ # Template file for 'zulucrypt' pkgname=zulucrypt version=5.5.0 -revision=1 +revision=2 wrksrc="zuluCrypt-${version}" build_style=cmake configure_args="-DINTERNAL_ZULUPLAY=false -DQT5=true -DUDEVSUPPORT=$(vopt_if udev true false) -DUSE_POLKIT=$(vopt_if polkit true false) -DHOMEMOUNTPREFIX=$(vopt_if homemount true false)" -#set to "false" once we have lxqt_wallet in void-packages -configure_args+=" -INTERNAL_LXQT_WALLET=true" +#set this to "false" once lxqt_wallet is available in void-packages +configure_args+=" -DINTERNAL_LXQT_WALLET=true" hostmakedepends="qt5-qmake qt5-host-tools pkg-config" makedepends="zuluplay-devel libblkid-devel cryptsetup-devel libgcrypt-devel device-mapper-devel libuuid-devel qt5-devel $(vopt_if kde kwallet-devel)