* update man-pages to 6.06-2
This commit is contained in:
parent
6b66cb77c5
commit
f540446780
@ -2,19 +2,33 @@
|
||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
pkgname=man-pages
|
||||
pkgver=6.05.01
|
||||
pkgver=6.06
|
||||
_posixver=2017-a
|
||||
pkgrel=2
|
||||
pkgdesc="Linux man pages"
|
||||
arch=(any)
|
||||
license=('GPL' 'custom')
|
||||
license=(BSD-2-Clause
|
||||
BSD-3-Clause
|
||||
BSD-4.3TAHOE
|
||||
BSD-4-Clause-UC
|
||||
GPL-1.0-or-later
|
||||
GPL-2.0-only
|
||||
GPL-2.0-or-later
|
||||
LicenseRef-Public-Domain
|
||||
LicenseRef-UltraPermissive
|
||||
Linux-man-pages-1-para
|
||||
Linux-man-pages-copyleft
|
||||
Linux-man-pages-copyleft-2-para
|
||||
Linux-man-pages-copyleft-var
|
||||
MIT
|
||||
Spencer-94)
|
||||
url="https://www.kernel.org/doc/man-pages/"
|
||||
makedepends=('man2html' 'git')
|
||||
# https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/
|
||||
source=(https://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
|
||||
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
|
||||
# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
|
||||
sha256sums=('b96ab6b44a688c91d1b572e52fece519e1cfd2bb4c33fe7014fc3fd1ef3f9cae'
|
||||
sha256sums=('bd6f89cf26d2262567dac41d2640fc3667f240cb658079530141e372c8581928'
|
||||
'SKIP'
|
||||
'ce67bb25b5048b20dad772e405a83f4bc70faf051afa289361c81f9660318bc3'
|
||||
'SKIP')
|
||||
@ -49,5 +63,6 @@ package() {
|
||||
|
||||
# posix pages have a custom license
|
||||
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
install -m644 "${srcdir}"/$pkgname-$pkgver/LICENSES/* "${pkgdir}/usr/share/licenses/${pkgname}"/
|
||||
install -m644 "${srcdir}"/$pkgname-posix-${_posixver%-*}/POSIX-COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user