dpkg: update to 1.20.3.

This commit is contained in:
mobinmob 2020-07-07 11:36:41 +03:00 committed by Leah Neukirchen
parent 8f76a1f391
commit 9a783dc0ce

View file

@ -1,6 +1,6 @@
# Template file for 'dpkg'
pkgname=dpkg
version=1.20.0
version=1.20.3
revision=1
build_style=gnu-configure
configure_args="--disable-start-stop-daemon --with-libz --with-libbz2
@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://packages.debian.org/dpkg"
distfiles="${DEBIAN_SITE}/main/d/dpkg/dpkg_${version}.tar.xz"
checksum=b633cc2b0e030efb61e11029d8a3fb1123f719864c9992da2e52b471c96d0900
checksum=3c8345b001469de8ede3788640945d32b84026a04872b9ab2577853ca984f91e
dpkg-devel_package() {
short_desc+=" - development files"
@ -24,5 +24,6 @@ dpkg-devel_package() {
vmove usr/lib/*.a
vmove usr/lib/pkgconfig
vmove usr/share/man/man3
vmove usr/share/aclocal
}
}