From 2832655766fe3f963138d45933427231ea124bde Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sat, 6 Oct 2018 01:16:41 +0300 Subject: [PATCH] uget: add 'aria2' to suggested packages --- x11-packages/uget/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-packages/uget/build.sh b/x11-packages/uget/build.sh index 84cc4d7e0..b463a6112 100644 --- a/x11-packages/uget/build.sh +++ b/x11-packages/uget/build.sh @@ -3,9 +3,11 @@ TERMUX_PKG_MAINTAINER="Leonid Plyushch @xeffyr" TERMUX_PKG_HOMEPAGE=http://ugetdm.com/ TERMUX_PKG_DESCRIPTION="GTK+ download manager featuring download classification and HTML import" TERMUX_PKG_VERSION=2.2.1 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/urlget/uget-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=445cf58799a9a06e08cd4180b172f4b0a8a8c2ee82da732bdfe2dd502d949936 TERMUX_PKG_DEPENDS="atk, gdk-pixbuf, glib, gstreamer, gtk3, libandroid-shmem, libcairo-x, libcurl, libnotify, openssl, pango-x" +TERMUX_PKG_SUGGESTS="aria2" TERMUX_PKG_RM_AFTER_INSTALL="lib/locale" termux_step_pre_configure() {