summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/apps/msmtp.mk2
-rw-r--r--plugins/apps/qbittorrent.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/apps/msmtp.mk b/plugins/apps/msmtp.mk
index 1dcf368..3c74f10 100644
--- a/plugins/apps/msmtp.mk
+++ b/plugins/apps/msmtp.mk
@@ -8,7 +8,7 @@ $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_OWNER := https://github.com/andrew-strong
-$(PKG)_DEPS := gcc libidn libgsasl gnutls libiconv libgpg_error libgcrypt libntlm
+$(PKG)_DEPS := gcc gnutls libgcrypt libgpg_error libgsasl libiconv libidn libntlm
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://sourceforge.net/projects/msmtp/files/msmtp/' | \
diff --git a/plugins/apps/qbittorrent.mk b/plugins/apps/qbittorrent.mk
index efe25f3..06cc50d 100644
--- a/plugins/apps/qbittorrent.mk
+++ b/plugins/apps/qbittorrent.mk
@@ -9,7 +9,7 @@ $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(PKG)-$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_WEBSITE := http://qbittorrent.org/
$(PKG)_OWNER := https://github.com/starius
-$(PKG)_DEPS := gcc libtorrent-rasterbar qt boost
+$(PKG)_DEPS := gcc boost libtorrent-rasterbar qt
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.qbittorrent.org/download.php' | \