diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-12-03 21:46:52 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2016-12-05 08:40:54 (GMT) |
commit | 647ea47b82876b9971968556376540e0526f53a8 (patch) | |
tree | 77a6b39233cd144206f600087ce3d18d6b8dbbef /plugins/apps | |
parent | f82e39dcef5e0437f01927ff0f2527e5f281a055 (diff) | |
download | mxe-647ea47b82876b9971968556376540e0526f53a8.zip mxe-647ea47b82876b9971968556376540e0526f53a8.tar.gz mxe-647ea47b82876b9971968556376540e0526f53a8.tar.bz2 |
apply `make cleanup-deps-style`
Diffstat (limited to 'plugins/apps')
-rw-r--r-- | plugins/apps/msmtp.mk | 2 | ||||
-rw-r--r-- | plugins/apps/qbittorrent.mk | 2 |
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' | \ |