apt: update to 2.1.10.
This commit is contained in:
parent
df3d0a521f
commit
beeee5c33e
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'apt'
|
# Template file for 'apt'
|
||||||
pkgname=apt
|
pkgname=apt
|
||||||
version=2.1.7
|
version=2.1.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DDPKG_DATADIR=/usr/share/dpkg -DCURRENT_VENDOR=debian
|
configure_args="-DDPKG_DATADIR=/usr/share/dpkg -DCURRENT_VENDOR=debian
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://salsa.debian.org/apt-team/apt"
|
homepage="https://salsa.debian.org/apt-team/apt"
|
||||||
distfiles="https://github.com/Debian/apt/archive/${version}.tar.gz"
|
distfiles="https://github.com/Debian/apt/archive/${version}.tar.gz"
|
||||||
checksum=0953ca5e906e13400d7b82076f5142303a1c7344e43ac476aca3edfc7de033de
|
checksum=527769fc31d57a4c8607e050fb9e9c6f1774585351cfbc27b7ab59f4cdaa48db
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) broken="error: void value not ignored as it ought to be" ;;
|
*-musl) broken="error: void value not ignored as it ought to be" ;;
|
||||||
|
@ -29,7 +29,6 @@ apt-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
apt-doc_package() {
|
apt-doc_package() {
|
||||||
archs=noarch
|
|
||||||
short_desc+=" - documentation files"
|
short_desc+=" - documentation files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue