diff options
Diffstat (limited to 'system/man-db/APKBUILD')
-rw-r--r-- | system/man-db/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/man-db/APKBUILD b/system/man-db/APKBUILD index a719c6a2d..266a6fc93 100644 --- a/system/man-db/APKBUILD +++ b/system/man-db/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=man-db pkgver=2.8.3 -pkgrel=0 +pkgrel=1 pkgdesc="The man command and related utilities for examining on-line help files" url="http://www.nongnu.org/man-db/" arch="all" license="GPL-2.0+" -depends="groff less" +depends="groff gzip less" makedepends_host="db-dev libpipeline-dev zlib-dev" subpackages="$pkgname-doc $pkgname-lang" options="!check" # requires //IGNORE in iconv |