aboutsummaryrefslogtreecommitdiffstats
path: root/main/dpkg
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-08 04:21:55 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-06-08 16:11:50 +0000
commit23d35c63ae063a95a627c42a424ed9b02b51d9f0 (patch)
treed5577ac396b910c9b1368984cad049418f9242b5 /main/dpkg
parent8ebf7cef8bbc0a6eb6f81525a36e9429ea763edb (diff)
downloadaports-23d35c63ae063a95a627c42a424ed9b02b51d9f0.tar.bz2
aports-23d35c63ae063a95a627c42a424ed9b02b51d9f0.tar.xz
main/dpkg: upgrade to 1.19.7
Closes GH-8631
Diffstat (limited to 'main/dpkg')
-rw-r--r--main/dpkg/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/dpkg/APKBUILD b/main/dpkg/APKBUILD
index ea2fd6807f..4c8dcee58d 100644
--- a/main/dpkg/APKBUILD
+++ b/main/dpkg/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dpkg
-pkgver=1.19.6
+pkgver=1.19.7
pkgrel=0
pkgdesc="The Debian Package Manager"
url="https://packages.debian.org/dpkg"
@@ -11,7 +11,6 @@ options="!check"
makedepends="bzip2-dev linux-headers perl zlib-dev"
subpackages="$pkgname-doc $pkgname-dev"
source="https://deb.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz"
-builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$builddir"
@@ -26,14 +25,15 @@ build() {
--with-libbz2 \
--disable-dselect \
--disable-start-stop-daemon \
- --disable-nls
+ --disable-nls \
+ --disable-static
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
-
+
# Add missing dir & files
install -d "$pkgdir/var/$pkgname"/updates/
@@ -68,4 +68,4 @@ dev() {
mv "$pkgdir"/usr/share/perl* "$subpkgdir"/usr/share/
}
-sha512sums="71981079835ea4bd5c4a381ca8702cf489c788034e29c129899eb288cfaf4ec55eb58c0aea13145dcde99f15a47d2de71fba7b5e7eb8e6b1b1d6f016de8a919d dpkg_1.19.6.tar.xz"
+sha512sums="9ca441dc265baf5359c71617aef1c57504a7097c26ea57108b88dadc511bfa9918fcc765d8c67cec9def9916c5df92d6cabe508446dbc7223a29b45260445e81 dpkg_1.19.7.tar.xz"