aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-08 12:48:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-08 12:49:15 +0000
commite4e3c2fedb4e9e2b757f24c44fe85fd4c76d7330 (patch)
treee02a590df8b6f2d77abe48182fa6cec7d9dabe07
parentfbc4fe0f2c35045518ef5774a0bf748bc4675e00 (diff)
downloadaports-e4e3c2fedb4e9e2b757f24c44fe85fd4c76d7330.tar.bz2
aports-e4e3c2fedb4e9e2b757f24c44fe85fd4c76d7330.tar.xz
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.
-rw-r--r--main/aports-build/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/aports-build/APKBUILD b/main/aports-build/APKBUILD
index 68472ed461..71e0e9b8e3 100644
--- a/main/aports-build/APKBUILD
+++ b/main/aports-build/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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"