diff options
author | Logan Rathbone <poprocks@gmail.com> | 2020-05-15 00:27:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-15 00:27:42 +0700 |
commit | db8b6b1ab3e5c72893199bf1e008ca0928afed45 (patch) | |
tree | fc337a130921673030b77c5862fd53e16cfb9564 /network/deluge | |
parent | f44ea2e0a4de72e6a08e128921033dc44819e6d5 (diff) |
network/deluge: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/deluge')
-rw-r--r-- | network/deluge/deluge.SlackBuild | 9 | ||||
-rw-r--r-- | network/deluge/deluge.info | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/network/deluge/deluge.SlackBuild b/network/deluge/deluge.SlackBuild index fbac53a519e0..23b2f1a6a36d 100644 --- a/network/deluge/deluge.SlackBuild +++ b/network/deluge/deluge.SlackBuild @@ -24,17 +24,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# CHANGELOG -# -# 20191118 Logan Rathbone <poprocks@gmail.com> 2.0.3-1 -# - Update for 2.0.3 -# - Additional dependencies: MarkupSafe, setproctitle, rencode, -# service_identity -# PRGNAM=deluge VERSION=${VERSION:-2.0.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/network/deluge/deluge.info b/network/deluge/deluge.info index eaa430858ed5..0263717aa8f0 100644 --- a/network/deluge/deluge.info +++ b/network/deluge/deluge.info @@ -5,6 +5,6 @@ DOWNLOAD="https://ftp.osuosl.org/pub/deluge/source/2.0/deluge-2.0.3.tar.xz" MD5SUM="fbe784ebed006cd93c9a50f7c0530051" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Mako MarkupSafe libtorrent-rasterbar pyOpenSSL python-chardet python-twisted pyxdg rencode service_identity setproctitle" +REQUIRES="Mako MarkupSafe libtorrent-rasterbar pyOpenSSL python-chardet python-twisted pyxdg rencode service_identity setproctitle wheel" MAINTAINER="Logan Rathbone" EMAIL="poprocks@gmail.com" |