man-pages: update to 3.45.
This commit is contained in:
parent
8ac938c356
commit
e68a67657e
|
@ -2,7 +2,7 @@
|
|||
case "${ACTION}" in
|
||||
post)
|
||||
if [ -x usr/bin/mandb ]; then
|
||||
usr/bin/mandb -q || :
|
||||
usr/bin/mandb -q usr/share/man || :
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'man-pages'
|
||||
pkgname=man-pages
|
||||
version=3.44
|
||||
revision=2
|
||||
version=3.45
|
||||
revision=1
|
||||
noarch=yes
|
||||
short_desc="Linux Documentation Project manual pages"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://man7.org/linux/man-pages/index.html"
|
||||
distfiles="${KERNEL_SITE}/docs/man-pages/$pkgname-$version.tar.xz"
|
||||
checksum=4d0efeb71473730ef6b036390fffa59da3b6903ce4b46896193c26da02759ef4
|
||||
checksum=10f859033b73bdb6d0ef3d81b4dfa508315e7e8dc086e7a9b4d0b39ececd98d3
|
||||
long_desc="
|
||||
The Linux Documentation Project (LDP) manual pages."
|
||||
|
||||
|
|
Loading…
Reference in New Issue