From 5a984a5815a8572184a2503b41f019de40b720c8 Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Tue, 11 Jun 2019 06:37:12 -0700 Subject: [PATCH] fix luci app qBittorrent dependence --- package/lean/luci-app-qbittorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/luci-app-qbittorrent/Makefile b/package/lean/luci-app-qbittorrent/Makefile index d8cf78d2a..04aaef77a 100644 --- a/package/lean/luci-app-qbittorrent/Makefile +++ b/package/lean/luci-app-qbittorrent/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-qbittorrent PKG_VERSION=1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) include $(INCLUDE_DIR)/package.mk @@ -13,7 +13,7 @@ define Package/luci-app-qbittorrent/temple SUBMENU:=3. Applications TITLE:=qbittorrent-nox for LuCI PKGARCH:=all - DEPENDS:=+qbittorrent-nox + DEPENDS:=+qBittorrent endef define Package/luci-app-qbittorrent