* update man-pages to 6.10-1
This commit is contained in:
parent
6c12024413
commit
2faed495f3
@ -1,6 +1,6 @@
|
||||
pkgbase = man-pages
|
||||
pkgdesc = Linux man pages
|
||||
pkgver = 6.9.1
|
||||
pkgver = 6.10
|
||||
pkgrel = 1
|
||||
url = https://www.kernel.org/doc/man-pages/
|
||||
arch = any
|
||||
@ -11,6 +11,7 @@ pkgbase = man-pages
|
||||
license = GPL-1.0-or-later
|
||||
license = GPL-2.0-only
|
||||
license = GPL-2.0-or-later
|
||||
license = GPL-3.0-or-later
|
||||
license = LGPL-3.0-or-later
|
||||
license = LGPL-3.0-linking-exception
|
||||
license = LicenseRef-Public-Domain
|
||||
@ -23,13 +24,14 @@ pkgbase = man-pages
|
||||
license = Spencer-94
|
||||
makedepends = man2html
|
||||
makedepends = git
|
||||
source = https://www.kernel.org/pub/linux/docs/man-pages/man-pages-6.9.1.tar.xz
|
||||
source = https://www.kernel.org/pub/linux/docs/man-pages/man-pages-6.9.1.tar.sign
|
||||
depends = sh
|
||||
source = https://www.kernel.org/pub/linux/docs/man-pages/man-pages-6.10.tar.xz
|
||||
source = https://www.kernel.org/pub/linux/docs/man-pages/man-pages-6.10.tar.sign
|
||||
source = https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2017-a.tar.xz
|
||||
source = https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2017-a.tar.sign
|
||||
validpgpkeys = E522595B52EDA4E6BFCCCB5E856199113A35CE5E
|
||||
validpgpkeys = A9348594CE31283A826FBDD8D57633D441E25BB5
|
||||
sha256sums = e23cbac29f110ba571f0da8523e79d373691466ed7f2a31301721817d34530bd
|
||||
sha256sums = db49503ad4da07633fa28012a278915f0f0178ad6c33346e59b7ada731925709
|
||||
sha256sums = SKIP
|
||||
sha256sums = ce67bb25b5048b20dad772e405a83f4bc70faf051afa289361c81f9660318bc3
|
||||
sha256sums = SKIP
|
||||
|
@ -2,9 +2,9 @@
|
||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
pkgname=man-pages
|
||||
pkgver=6.9.1
|
||||
pkgver=6.10
|
||||
_posixver=2017-a
|
||||
pkgrel=1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Linux man pages"
|
||||
arch=(any)
|
||||
license=(BSD-2-Clause
|
||||
@ -14,6 +14,7 @@ license=(BSD-2-Clause
|
||||
GPL-1.0-or-later
|
||||
GPL-2.0-only
|
||||
GPL-2.0-or-later
|
||||
GPL-3.0-or-later
|
||||
LGPL-3.0-or-later
|
||||
LGPL-3.0-linking-exception
|
||||
LicenseRef-Public-Domain
|
||||
@ -25,13 +26,13 @@ license=(BSD-2-Clause
|
||||
MIT
|
||||
Spencer-94)
|
||||
url="https://www.kernel.org/doc/man-pages/"
|
||||
depends=('sh')
|
||||
makedepends=('man2html' 'git')
|
||||
options=(!debug !strip)
|
||||
# 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=('e23cbac29f110ba571f0da8523e79d373691466ed7f2a31301721817d34530bd'
|
||||
sha256sums=('db49503ad4da07633fa28012a278915f0f0178ad6c33346e59b7ada731925709'
|
||||
'SKIP'
|
||||
'ce67bb25b5048b20dad772e405a83f4bc70faf051afa289361c81f9660318bc3'
|
||||
'SKIP')
|
||||
|
Loading…
x
Reference in New Issue
Block a user