[arch-commits] Commit in man-pages/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sat Aug 22 19:37:30 UTC 2020


    Date: Saturday, August 22, 2020 @ 19:37:30
  Author: andyrtr
Revision: 394558

upgpkg: man-pages 5.08-1: upstream update 5.08

Modified:
  man-pages/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-22 19:19:26 UTC (rev 394557)
+++ PKGBUILD	2020-08-22 19:37:30 UTC (rev 394558)
@@ -1,9 +1,9 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=man-pages
-pkgver=5.07
+pkgver=5.08
 _posixver=2013-a
-pkgrel=2
+pkgrel=1
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -11,7 +11,7 @@
 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,20 +38,13 @@
   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 -f man3/crypt*.3 man5/crypt.5
+  rm man3/crypt*.3
 }



More information about the arch-commits mailing list