From e4e3c2fedb4e9e2b757f24c44fe85fd4c76d7330 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 8 Nov 2018 12:48:24 +0000 Subject: [PATCH] main/aports-build: depend on pigz pigz will improve compression speed of abuild on multicore machines we add this to a dependency to aports-build instead of abuild so it becomes easier to bootstrap abuild. --- main/aports-build/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/aports-build/APKBUILD b/main/aports-build/APKBUILD index 68472ed4617..71e0e9b8e30 100644 --- a/main/aports-build/APKBUILD +++ b/main/aports-build/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa pkgname=aports-build pkgver=1.4 -pkgrel=0 +pkgrel=1 pkgdesc="MQTT based build-on-git-push scripts for Alpine Linux" url="https://alpinelinux.org" arch="noarch" license="GPL-2.0" options="!check" depends="abuild>2.20.0 mosquitto-clients openssh-client mqtt-exec rsync - lua-aports lua5.2-cjson lua5.2-mqtt-publish" + lua-aports lua5.2-cjson lua5.2-mqtt-publish pigz" depends_dev="" makedepends="$depends_dev mosquitto-dev" install="$pkgname.pre-install"