aboutsummaryrefslogtreecommitdiffstats
path: root/main/htop
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-08-12 17:10:47 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2015-08-13 08:32:00 +0000
commite30fcba98845892208b46e7625bad42938846fb3 (patch)
tree9b4f47fd906bd19a72975374a1eff7cdff22b3b1 /main/htop
parent17ba964df4be6a5e8199bd5507e245f5184542cb (diff)
downloadaports-e30fcba98845892208b46e7625bad42938846fb3.tar.bz2
aports-e30fcba98845892208b46e7625bad42938846fb3.tar.xz
main/htop: rebuild to compress man pages
Diffstat (limited to 'main/htop')
-rw-r--r--main/htop/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/htop/APKBUILD b/main/htop/APKBUILD
index b2d90bc90b..29c4110597 100644
--- a/main/htop/APKBUILD
+++ b/main/htop/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=htop
pkgver=1.0.3
-pkgrel=0
+pkgrel=1
pkgdesc="An interactive process viewer"
url="http://hisham.hm/htop/"
arch="all"
@@ -16,6 +16,7 @@ prepare() {
cd "$_builddir"
update_config_sub || return 1
}
+
build() {
cd "$_builddir"
./configure \