diff options
Diffstat (limited to 'system/man-pages/APKBUILD')
-rw-r--r-- | system/man-pages/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/man-pages/APKBUILD b/system/man-pages/APKBUILD index 8cd1c890e..2ee5c69f1 100644 --- a/system/man-pages/APKBUILD +++ b/system/man-pages/APKBUILD @@ -3,7 +3,7 @@ pkgname=man-pages pkgver=5.13 _posixver=2017 -pkgrel=0 +pkgrel=1 pkgdesc="Linux man pages" url="https://www.kernel.org/doc/man-pages/" arch="noarch" @@ -11,6 +11,7 @@ options="!strip !check" # just manpages license="GPL-2.0+ AND POSIX" depends="" makedepends="" +install_if="docs build-tools" source="https://cdn.kernel.org/pub/linux/docs/$pkgname/Archive/$pkgname-$pkgver.tar.xz https://cdn.kernel.org/pub/linux/docs/$pkgname/$pkgname-posix/$pkgname-posix-${_posixver}-a.tar.xz " |