upg man-pages

This commit is contained in:
joborun linux 2023-10-26 22:03:35 +03:00
parent 48ac7a9b0d
commit a8b5fccaa1
2 changed files with 9 additions and 3 deletions

View file

@ -9,7 +9,7 @@ pkgname=man-pages
#_commit=324e1d8289644e5159d43a04945df0841c45b966 # 2022-10-09 = 6.00 release
pkgver=6.05.01
_posixver=2017-a
pkgrel=01
pkgrel=02
pkgdesc="Linux man pages"
url="https://www.kernel.org/doc/man-pages/"
makedepends=('man2html' 'git')
@ -31,6 +31,9 @@ prepare() {
rm man5/tzfile.5 man8/{tzselect,zdump,zic}.8
# included in libxcrypt
rm man3/crypt*.3
# nscd is dead
rm man5/nscd.conf.5 man8/nscd.8
}
package() {
@ -64,4 +67,5 @@ sha256sums=(b96ab6b44a688c91d1b572e52fece519e1cfd2bb4c33fe7014fc3fd1ef3f9cae #
a754077b66853702059a7ae8ff520fadf42ab7484da6df991207343e8b7c5eff # man-pages-posix-2017-a.tar.sign
3495f725670759f71460c8f44e870e2767101fe9bb87f7e7aade082ae9304e16) # sha256sums
##
## 9bdce2e51a14eb87f8738f33558a7646be462bde5342fefef2a81b1662a64b43 man-pages-6.05.01-02-x86_64.pkg.tar.lz

View file

@ -3,7 +3,7 @@
pkgname=man-pages
pkgver=6.05.01
_posixver=2017-a
pkgrel=1
pkgrel=2
pkgdesc="Linux man pages"
arch=('any')
license=('GPL' 'custom')
@ -31,6 +31,8 @@ prepare() {
rm man5/tzfile.5 man8/{tzselect,zdump,zic}.8
# included in libxcrypt
rm man3/crypt*.3
# nscd is dead
rm man5/nscd.conf.5 man8/nscd.8
}
package() {