From 6bab6e2c06a143364caaf06873cc5d4a6641207c Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Sat, 21 Jan 2023 16:38:40 +0100 Subject: [PATCH] update termux package to git+ https://github.com/termux/termux-packages/commit/20bd0f0dc099aa390778f832f0201d50814b54ee --- .github/workflows/termuxpkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/termuxpkg.yml b/.github/workflows/termuxpkg.yml index fa0c0fcb..db31326e 100644 --- a/.github/workflows/termuxpkg.yml +++ b/.github/workflows/termuxpkg.yml @@ -28,7 +28,7 @@ jobs: TERMUX_PKG_MAINTAINER="@irssi" TERMUX_PKG_VERSION=@VERSION@ TERMUX_PKG_REVISION=@REVISION@ - TERMUX_PKG_SRCURL=file:///home/builder/termux-packages/src.irssi.git + TERMUX_PKG_SRCURL=git+file:///home/builder/termux-packages/src.irssi.git TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="glib, libandroid-glob, libiconv, libotr, ncurses, openssl, perl, utf8proc" TERMUX_PKG_BREAKS="irssi"