From bd137a3b4bdde386d0a1b3c9be0bd700028a97f2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 5 Jul 2015 07:39:09 +0200 Subject: [PATCH] qbittorrent: tyop fix: vopt_eanble -> vopt_enable --- srcpkgs/qbittorrent/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index 565331badba..cf249fce455 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,9 +1,9 @@ # Template file for 'qbittorrent' pkgname=qbittorrent version=3.2.0 -revision=1 +revision=2 build_style=gnu-configure -configure_args="--disable-systemd --with-qt5 $(vopt_eanble gui) $(vopt_enable webui)" +configure_args="--disable-systemd --with-qt5 $(vopt_enable gui) $(vopt_enable webui)" hostmakedepends="automake libtool pkg-config" makedepends="boost-devel libtorrent1-devel qt5-declarative-devel qt5-devel qt5-tools-devel qt5-qmake"