diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-08-02 08:46:43 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-08-02 08:46:43 +0000 |
commit | 5efde8263b62a5c1f96585ae2f376bec70310473 (patch) | |
tree | 0a0a9dc0d062e0055436669b8664f4c7e76db6ff | |
parent | 2690d595a5cb78777d8c12aca212ac386cbfbe1d (diff) | |
download | packages-5efde8263b62a5c1f96585ae2f376bec70310473.tar.gz packages-5efde8263b62a5c1f96585ae2f376bec70310473.tar.bz2 packages-5efde8263b62a5c1f96585ae2f376bec70310473.tar.xz packages-5efde8263b62a5c1f96585ae2f376bec70310473.zip |
system/man-db: pull in gzip for .gz'd man pages
-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 |