Date: Sunday, January 1, 2023 @ 16:55:32 Author: andyrtr Revision: 465124
upgpkg: man-pages 6.02-1: upstream update 6.02 Modified: man-pages/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-01 16:47:29 UTC (rev 465123) +++ PKGBUILD 2023-01-01 16:55:32 UTC (rev 465124) @@ -1,8 +1,7 @@ # Maintainer: Andreas Radke <[email protected]> pkgname=man-pages -#_commit=324e1d8289644e5159d43a04945df0841c45b966 # 2022-10-09 = 6.00 release -pkgver=6.01 +pkgver=6.02 _posixver=2017-a pkgrel=1 pkgdesc="Linux man pages" @@ -12,17 +11,14 @@ 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} - #"git+https://git.kernel.org/pub/scm/docs/man-pages/man-pages#commit=$_commit" # no tarball release for 6.00 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=('8be5177b2788c480a984517947d602ffaa64edeaed83edf4bd04f35163cb5c0b' +sha256sums=('66d809b62ba8681ebcbd1a8d0a0670776924ab93bfbbb54e1c31170e14303795' 'SKIP' 'ce67bb25b5048b20dad772e405a83f4bc70faf051afa289361c81f9660318bc3' 'SKIP') -#sha256sums=('SKIP' -# 'ce67bb25b5048b20dad772e405a83f4bc70faf051afa289361c81f9660318bc3' -# 'SKIP') validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') # Michael Kerrisk (Linux man-pages maintainer) <[email protected]> +# + for posix tarball validpgpkeys+=('A9348594CE31283A826FBDD8D57633D441E25BB5') # Alejandro Colomar Andres <[email protected]> prepare() {
