From 02f748ecf44586309d39ead4e61e4cb4ad88e698 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sat, 20 Jan 2024 16:38:28 +0000 Subject: [PATCH] bump(main/apt): 2.7.10 Upgrade package. Remove entry share/doc/apt-utils/examples from apt-ftparchive. WARNING: tried to add share/doc/apt-utils/examples/*ftp*archive* to subpackage 'apt-ftparchive', but could not find it --- packages/apt/apt-ftparchive.subpackage.sh | 1 - packages/apt/build.sh | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/apt/apt-ftparchive.subpackage.sh b/packages/apt/apt-ftparchive.subpackage.sh index b605382c2e..e326ea35ce 100644 --- a/packages/apt/apt-ftparchive.subpackage.sh +++ b/packages/apt/apt-ftparchive.subpackage.sh @@ -2,6 +2,5 @@ TERMUX_SUBPKG_DESCRIPTION="apt-ftparchive is the command line tool that generate TERMUX_SUBPKG_DEPENDS="libdb" TERMUX_SUBPKG_INCLUDE=" bin/apt-ftparchive -share/doc/apt-utils/examples/*ftp*archive* share/man/man1/apt-ftparchive.1* " diff --git a/packages/apt/build.sh b/packages/apt/build.sh index fc2c3fe35d..d199bd4120 100644 --- a/packages/apt/build.sh +++ b/packages/apt/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://packages.debian.org/apt TERMUX_PKG_DESCRIPTION="Front-end for the dpkg package manager" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="2.7.7" -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION="2.7.10" TERMUX_PKG_SRCURL=https://deb.debian.org/debian/pool/main/a/apt/apt_${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=d3b3f3b7014f6e561b86c059b89040d0c742cbabc576593c6efaa0dd7b24de77 +TERMUX_PKG_SHA256=55466c484aa64097ac20f538b4ae042e7f62e6116205418d11ea4fc9221d807e # apt-key requires utilities from coreutils, findutils, gpgv, grep, sed. TERMUX_PKG_DEPENDS="coreutils, dpkg, findutils, gpgv, grep, libandroid-glob, libbz2, libc++, libcurl, libgnutls, liblz4, liblzma, sed, termux-keyring, termux-licenses, xxhash, zlib, zstd" TERMUX_PKG_BUILD_DEPENDS="docbook-xsl"