* update man-pages to 6.9.1-1

This commit is contained in:
Alexander Baldeck 2024-08-18 09:52:06 +02:00
parent 4930c29160
commit 00a18329d2
3 changed files with 45 additions and 2 deletions

37
man-pages/.SRCINFO Normal file
View File

@ -0,0 +1,37 @@
pkgbase = man-pages
pkgdesc = Linux man pages
pkgver = 6.9.1
pkgrel = 1
url = https://www.kernel.org/doc/man-pages/
arch = any
license = BSD-2-Clause
license = BSD-3-Clause
license = BSD-4.3TAHOE
license = BSD-4-Clause-UC
license = GPL-1.0-or-later
license = GPL-2.0-only
license = GPL-2.0-or-later
license = LGPL-3.0-or-later
license = LGPL-3.0-linking-exception
license = LicenseRef-Public-Domain
license = LicenseRef-UltraPermissive
license = Linux-man-pages-1-para
license = Linux-man-pages-copyleft
license = Linux-man-pages-copyleft-2-para
license = Linux-man-pages-copyleft-var
license = MIT
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
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 = SKIP
sha256sums = ce67bb25b5048b20dad772e405a83f4bc70faf051afa289361c81f9660318bc3
sha256sums = SKIP
pkgname = man-pages

View File

@ -0,0 +1,5 @@
[man-pages]
source = "git"
git = "https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git"
use_max_tag = true
prefix = "man-pages-"

View File

@ -2,7 +2,7 @@
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=man-pages
pkgver=6.8
pkgver=6.9.1
_posixver=2017-a
pkgrel=1
pkgdesc="Linux man pages"
@ -26,11 +26,12 @@ license=(BSD-2-Clause
Spencer-94)
url="https://www.kernel.org/doc/man-pages/"
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=('b9c6b0a420f839148be04b2fc13a85692313728d54d47c69c8a138379665d226'
sha256sums=('e23cbac29f110ba571f0da8523e79d373691466ed7f2a31301721817d34530bd'
'SKIP'
'ce67bb25b5048b20dad772e405a83f4bc70faf051afa289361c81f9660318bc3'
'SKIP')