From 01f495fc8edf9216ca5b37ea60e7fe5a8c249a1c Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Fri, 23 Nov 2018 22:33:23 +0200 Subject: [PATCH] qgit: add 'git' to dependencies --- x11-packages/qgit/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-packages/qgit/build.sh b/x11-packages/qgit/build.sh index c18be350a..9efde64da 100644 --- a/x11-packages/qgit/build.sh +++ b/x11-packages/qgit/build.sh @@ -3,10 +3,10 @@ TERMUX_PKG_MAINTAINER="Leonid Plyushch @xeffyr" TERMUX_PKG_HOMEPAGE=https://github.com/tibirna/qgit TERMUX_PKG_DESCRIPTION="A git GUI viewer" TERMUX_PKG_VERSION=2.8 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://github.com/tibirna/qgit/archive/qgit-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=a6751181bde2ff9f3a097694e5c42db689633028b178595f66909d6585cad514 -TERMUX_PKG_DEPENDS="hicolor-icon-theme, qt5-base" +TERMUX_PKG_DEPENDS="git, hicolor-icon-theme, qt5-base" TERMUX_PKG_BUILD_IN_SRC=true termux_step_configure() {