From 00a18329d2eb3ee156c6af8e05122f8f0d3d2733 Mon Sep 17 00:00:00 2001 From: kth5 Date: Sun, 18 Aug 2024 09:52:06 +0200 Subject: [PATCH] * update man-pages to 6.9.1-1 --- man-pages/.SRCINFO | 37 +++++++++++++++++++++++++++++++++++++ man-pages/.nvchecker.toml | 5 +++++ man-pages/PKGBUILD | 5 +++-- 3 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 man-pages/.SRCINFO create mode 100644 man-pages/.nvchecker.toml diff --git a/man-pages/.SRCINFO b/man-pages/.SRCINFO new file mode 100644 index 0000000000..a6273c4eec --- /dev/null +++ b/man-pages/.SRCINFO @@ -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 diff --git a/man-pages/.nvchecker.toml b/man-pages/.nvchecker.toml new file mode 100644 index 0000000000..553c724df4 --- /dev/null +++ b/man-pages/.nvchecker.toml @@ -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-" diff --git a/man-pages/PKGBUILD b/man-pages/PKGBUILD index bd85604b7d..89ad2a4ce8 100644 --- a/man-pages/PKGBUILD +++ b/man-pages/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Andreas Radke 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')