X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/39def66b96675a2146fc7cd6667b90979362dd5a..d8608b14ec6c97f0228a63bea6b4044821f4ee61:/packages/termux-apt-repo/build.sh diff --git a/packages/termux-apt-repo/build.sh b/packages/termux-apt-repo/build.sh index 57ddab7a..b1bd8d54 100644 --- a/packages/termux-apt-repo/build.sh +++ b/packages/termux-apt-repo/build.sh @@ -1,9 +1,10 @@ TERMUX_PKG_HOMEPAGE=https://github.com/termux/termux-apt-repo TERMUX_PKG_DESCRIPTION="Script to create Termux apt repositories" -TERMUX_PKG_VERSION=0.1 +TERMUX_PKG_VERSION=0.2 TERMUX_PKG_SRCURL=https://github.com/termux/termux-apt-repo/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=a8e34e3fa6ce10a88b902f11bc786a02074170d30040346ee1bb49424897f04a +TERMUX_PKG_SHA256=4899903461d4dd14a15b25292d494064d086d37569f366e5edd005f1dd28b1a8 TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_FOLDERNAME=termux-apt-repo-${TERMUX_PKG_VERSION} TERMUX_PKG_PLATFORM_INDEPENDENT=yes -TERMUX_PKG_DEPENDS="tar, python" +# binutils for ar: +TERMUX_PKG_DEPENDS="binutils, python, tar"