From 142464d1a600376a052c82b07cc79a864ef78168 Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Sun, 27 Sep 2020 20:41:29 +0000
Subject: man-pages: update to 5.08

---
 abs/core/man-pages/PKGBUILD | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/abs/core/man-pages/PKGBUILD b/abs/core/man-pages/PKGBUILD
index 3022443..67b3013 100644
--- a/abs/core/man-pages/PKGBUILD
+++ b/abs/core/man-pages/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke <andyrtr@archlinux.org>
 
 pkgname=man-pages
-pkgver=5.07
+pkgver=5.08
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -11,7 +11,7 @@ url="https://www.kernel.org/doc/man-pages/"
 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=('8dc7ffaaf118b7fbb0fb4f962f743d66260071a030b64b149d1ce463d8c1638d'
+sha256sums=('cea7cd31f8080ed8ec6725419e58bbe04ab0dd4fa0071526bd7cf0cd8d1bf7f7'
             'SKIP'
             '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
             'SKIP')
@@ -38,18 +38,13 @@ package() {
   install -m644 "${srcdir}"/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
   
   cd "${pkgdir}"/usr/share/man
-  # included in coreutils
-  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
-  rm -f man1/{df,dircolors,du,install,ln,ls}.1
-  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
-  rm -f man1/{touch,vdir}.1
   # included in shadow
-  rm -f man5/passwd.5
-  rm -f man3/getspnam.3
-  # included in diffutils
-  rm -f man1/diff.1
+  rm man5/passwd.5
+  rm man3/getspnam.3
   # included in tzdata
-  rm -f man5/tzfile.5 man8/{tzselect,zdump,zic}.8
+  rm man5/tzfile.5 man8/{tzselect,zdump,zic}.8
   # included in bpf
-  rm -f man7/bpf-helpers.7
+  rm man7/bpf-helpers.7
+  # included in libxcrypt
+  rm man3/crypt*.3
 }
-- 
cgit v0.12