Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man-pages: update to 6.02. #42114

Merged
merged 1 commit into from
Feb 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions srcpkgs/man-pages/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'man-pages'
pkgname=man-pages
version=5.13
revision=2
version=6.02
revision=1
short_desc="Linux Documentation Project (LDP) manual pages"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://man7.org/linux/man-pages/index.html"
distfiles="${KERNEL_SITE}/docs/man-pages/${pkgname}-${version}.tar.xz"
checksum=614dae3efe7dfd480986763a2a2a8179215032a5a4526c0be5e899a25f096b8b
homepage="https://www.kernel.org/doc/man-pages/index.html"
distfiles="${KERNEL_SITE}/docs/man-pages/man-pages-${version}.tar.xz"
checksum=66d809b62ba8681ebcbd1a8d0a0670776924ab93bfbbb54e1c31170e14303795

do_install() {
make all prefix=${DESTDIR}/usr
make install prefix=/usr DESTDIR=${DESTDIR}

# Remove dup manpages.
cd ${DESTDIR}/usr/share/man
Expand Down