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

2020-12-22 Thread Andreas Radke via arch-commits
Date: Tuesday, December 22, 2020 @ 11:50:05
  Author: andyrtr
Revision: 404833

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

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-22 11:49:00 UTC (rev 404832)
+++ PKGBUILD2020-12-22 11:50:05 UTC (rev 404833)
@@ -1,9 +1,9 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=5.09
+pkgver=5.10
 _posixver=2017-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=('df1a3476bf63336f5e0335c4c2a992359b301999e9dfe44fb2cac7466aec0bf2'
+sha256sums=('75102535ba119f2f223f674d84e1dcdaebf0a5ffd639b3c2e6cb0a0e34768762'
 'SKIP'
 'ce67bb25b5048b20dad772e405a83f4bc70faf051afa289361c81f9660318bc3'
 'SKIP')


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

2020-11-11 Thread Andreas Radke via arch-commits
Date: Wednesday, November 11, 2020 @ 18:08:27
  Author: andyrtr
Revision: 400421

upgpkg: man-pages 5.09-2: upstream update of posix man pages 2017-a

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 17:20:29 UTC (rev 400420)
+++ PKGBUILD2020-11-11 18:08:27 UTC (rev 400421)
@@ -2,8 +2,8 @@
 
 pkgname=man-pages
 pkgver=5.09
-_posixver=2013-a
-pkgrel=1
+_posixver=2017-a
+pkgrel=2
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -13,7 +13,7 @@
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
 sha256sums=('df1a3476bf63336f5e0335c4c2a992359b301999e9dfe44fb2cac7466aec0bf2'
 'SKIP'
-'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
+'ce67bb25b5048b20dad772e405a83f4bc70faf051afa289361c81f9660318bc3'
 'SKIP')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') # Michael Kerrisk 
(Linux man-pages maintainer) 
 
@@ -23,8 +23,8 @@
   # move the posix pages
   mkdir -p "${srcdir}"/$pkgname-$pkgver/man0
   for sect in 0 1 3; do
-sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
-mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
+sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver%-*}/man${sect}p"/*
+mv -iv "${srcdir}/$pkgname-posix-${_posixver%-*}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
   done
 }
 
@@ -35,7 +35,7 @@
   
   # posix pages have a custom license
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 "${srcdir}"/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
+  install -m644 "${srcdir}"/$pkgname-posix-${_posixver%-*}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
   
   cd "${pkgdir}"/usr/share/man
   # included in shadow


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

2020-11-01 Thread Andreas Radke via arch-commits
Date: Monday, November 2, 2020 @ 07:35:08
  Author: andyrtr
Revision: 399130

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

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-02 07:10:44 UTC (rev 399129)
+++ PKGBUILD2020-11-02 07:35:08 UTC (rev 399130)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=5.08
+pkgver=5.09
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -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=('cea7cd31f8080ed8ec6725419e58bbe04ab0dd4fa0071526bd7cf0cd8d1bf7f7'
+sha256sums=('df1a3476bf63336f5e0335c4c2a992359b301999e9dfe44fb2cac7466aec0bf2'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2020-08-22 Thread Andreas Radke via arch-commits
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
===
--- PKGBUILD2020-08-22 19:19:26 UTC (rev 394557)
+++ PKGBUILD2020-08-22 19:37:30 UTC (rev 394558)
@@ -1,9 +1,9 @@
 # Maintainer: Andreas Radke 
 
 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
 }


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

2020-08-09 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, August 9, 2020 @ 17:37:18
  Author: bpiotrowski
Revision: 393483

5.07-2: drop crypt pages (provided by libxcrypt)

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-09 17:19:10 UTC (rev 393482)
+++ PKGBUILD2020-08-09 17:37:18 UTC (rev 393483)
@@ -3,7 +3,7 @@
 pkgname=man-pages
 pkgver=5.07
 _posixver=2013-a
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -52,4 +52,6 @@
   rm -f man5/tzfile.5 man8/{tzselect,zdump,zic}.8
   # included in bpf
   rm -f man7/bpf-helpers.7
+  # included in libxcrypt
+  rm -f man3/crypt*.3 man5/crypt.5
 }


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

2020-06-10 Thread Andreas Radke via arch-commits
Date: Wednesday, June 10, 2020 @ 13:49:37
  Author: andyrtr
Revision: 388747

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

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 12:35:24 UTC (rev 388746)
+++ PKGBUILD2020-06-10 13:49:37 UTC (rev 388747)
@@ -1,9 +1,9 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=5.06
+pkgver=5.07
 _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=('70b8a902a9daa0a596188c1925373199dbad590eb06d7c0e505c4b33e8bbfe50'
+sha256sums=('8dc7ffaaf118b7fbb0fb4f962f743d66260071a030b64b149d1ce463d8c1638d'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2020-05-10 Thread Andreas Radke via arch-commits
Date: Sunday, May 10, 2020 @ 10:28:47
  Author: andyrtr
Revision: 383091

update url

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 10:04:31 UTC (rev 383090)
+++ PKGBUILD2020-05-10 10:28:47 UTC (rev 383091)
@@ -7,7 +7,7 @@
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
-url="http://man7.org/linux/man-pages/index.html;
+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


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

2020-04-26 Thread Andreas Radke via arch-commits
Date: Sunday, April 26, 2020 @ 13:13:36
  Author: andyrtr
Revision: 381621

upgpkg: man-pages 5.06-2: add back mouse page - FS#66423

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-26 13:07:06 UTC (rev 381620)
+++ PKGBUILD2020-04-26 13:13:36 UTC (rev 381621)
@@ -3,7 +3,7 @@
 pkgname=man-pages
 pkgver=5.06
 _posixver=2013-a
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -48,8 +48,6 @@
   rm -f man3/getspnam.3
   # included in diffutils
   rm -f man1/diff.1
-  # included in xf86-input-mouse
-  rm -f man4/mouse.4
   # included in tzdata
   rm -f man5/tzfile.5 man8/{tzselect,zdump,zic}.8
   # included in bpf


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

2020-04-13 Thread Andreas Radke via arch-commits
Date: Tuesday, April 14, 2020 @ 05:18:28
  Author: andyrtr
Revision: 380304

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

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-13 23:06:14 UTC (rev 380303)
+++ PKGBUILD2020-04-14 05:18:28 UTC (rev 380304)
@@ -1,9 +1,9 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=5.05
+pkgver=5.06
 _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=('d5b135b1196d9258138610dbc47190d8b9ac9dee7f8ee6d9196f7fc6a036eb47'
+sha256sums=('70b8a902a9daa0a596188c1925373199dbad590eb06d7c0e505c4b33e8bbfe50'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2020-03-17 Thread Andreas Radke via arch-commits
Date: Tuesday, March 17, 2020 @ 10:05:39
  Author: andyrtr
Revision: 377805

upgpkg: man-pages 5.05-2: bring back pages that were moved to kernel man-pages 
by upstream projects - FS#65829; FS#65839, FS#65840

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-17 10:00:46 UTC (rev 377804)
+++ PKGBUILD2020-03-17 10:05:39 UTC (rev 377805)
@@ -3,7 +3,7 @@
 pkgname=man-pages
 pkgver=5.05
 _posixver=2013-a
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -50,12 +50,6 @@
   rm -f man1/diff.1
   # included in xf86-input-mouse
   rm -f man4/mouse.4
-  # included in attr
-  rm -f man5/attr.5 
-  # included in lirc
-  rm -f man4/lirc.4
-  # included in keyutils
-  rm -f 
man7/{keyrings.7,persistent-keyring.7,process-keyring.7,session-keyring.7,thread-keyring.7,user-keyring.7,user-session-keyring.7}
   # included in tzdata
   rm -f man5/tzfile.5 man8/{tzselect,zdump,zic}.8
   # included in bpf


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

2020-02-09 Thread Andreas Radke via arch-commits
Date: Sunday, February 9, 2020 @ 21:38:03
  Author: andyrtr
Revision: 375154

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

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-09 21:17:40 UTC (rev 375153)
+++ PKGBUILD2020-02-09 21:38:03 UTC (rev 375154)
@@ -1,9 +1,9 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=5.04
+pkgver=5.05
 _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=('7d04fb1094bb7bd218cf7a9e4493871903576054e7d1e89d8f06cb4584e6a4af'
+sha256sums=('d5b135b1196d9258138610dbc47190d8b9ac9dee7f8ee6d9196f7fc6a036eb47'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2019-12-02 Thread Jan Steffens via arch-commits
Date: Monday, December 2, 2019 @ 21:39:00
  Author: heftig
Revision: 370239

5.04-2

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 21:19:54 UTC (rev 370238)
+++ PKGBUILD2019-12-02 21:39:00 UTC (rev 370239)
@@ -3,7 +3,7 @@
 pkgname=man-pages
 pkgver=5.04
 _posixver=2013-a
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -15,7 +15,7 @@
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')
-validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) 
+validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') # Michael Kerrisk 
(Linux man-pages maintainer) 
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
@@ -58,4 +58,6 @@
   rm -f 
man7/{keyrings.7,persistent-keyring.7,process-keyring.7,session-keyring.7,thread-keyring.7,user-keyring.7,user-session-keyring.7}
   # included in tzdata
   rm -f man5/tzfile.5 man8/{tzselect,zdump,zic}.8
+  # included in bpf
+  rm -f man7/bpf-helpers.7
 }


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

2019-11-22 Thread Andreas Radke via arch-commits
Date: Friday, November 22, 2019 @ 15:13:14
  Author: andyrtr
Revision: 369607

upgpkg: man-pages 5.04-1

upstream update 5.04

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-22 14:22:24 UTC (rev 369606)
+++ PKGBUILD2019-11-22 15:13:14 UTC (rev 369607)
@@ -1,9 +1,9 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=5.03
+pkgver=5.04
 _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=('7fe13aeaf9081f4c134c711270a66e264dce24dae3df7e9fec3dd18c8a485120'
+sha256sums=('7d04fb1094bb7bd218cf7a9e4493871903576054e7d1e89d8f06cb4584e6a4af'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2019-11-13 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 13, 2019 @ 17:49:13
  Author: foutrelis
Revision: 368410

[core] mass rebuild

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 17:48:33 UTC (rev 368409)
+++ PKGBUILD2019-11-13 17:49:13 UTC (rev 368410)
@@ -3,7 +3,7 @@
 pkgname=man-pages
 pkgver=5.03
 _posixver=2013-a
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')


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

2019-10-12 Thread Andreas Radke via arch-commits
Date: Saturday, October 12, 2019 @ 13:43:26
  Author: andyrtr
Revision: 364683

upgpkg: man-pages 5.03-1

upstream update 5.03

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-12 13:24:36 UTC (rev 364682)
+++ PKGBUILD2019-10-12 13:43:26 UTC (rev 364683)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=5.02
+pkgver=5.03
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -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=('c2faa85e625cd7567dc1dec9f23d1af1f73e2ca6468bce1bdc13387ec56f97e8'
+sha256sums=('7fe13aeaf9081f4c134c711270a66e264dce24dae3df7e9fec3dd18c8a485120'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2019-10-06 Thread Andreas Radke via arch-commits
Date: Sunday, October 6, 2019 @ 10:25:06
  Author: andyrtr
Revision: 363927

drop base group

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-06 10:24:49 UTC (rev 363926)
+++ PKGBUILD2019-10-06 10:25:06 UTC (rev 363927)
@@ -8,8 +8,6 @@
 arch=('any')
 license=('GPL' 'custom')
 url="http://man7.org/linux/man-pages/index.html;
-groups=('base')
-depends=()
 
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


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

2019-09-25 Thread Andreas Radke via arch-commits
Date: Wednesday, September 25, 2019 @ 16:35:50
  Author: andyrtr
Revision: 363381

fix quoting

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-25 16:34:39 UTC (rev 363380)
+++ PKGBUILD2019-09-25 16:35:50 UTC (rev 363381)
@@ -20,10 +20,10 @@
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) 
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
   
   # move the posix pages
-  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  mkdir -p "${srcdir}"/$pkgname-$pkgver/man0
   for sect in 0 1 3; do
 sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
 mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
@@ -31,15 +31,15 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make prefix=${pkgdir}/usr install
+  make prefix="${pkgdir}"/usr install
   
   # posix pages have a custom license
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
+  install -m644 "${srcdir}"/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
   
-  cd ${pkgdir}/usr/share/man
+  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


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

2019-08-10 Thread Andreas Radke via arch-commits
Date: Saturday, August 10, 2019 @ 19:29:47
  Author: andyrtr
Revision: 359432

upgpkg: man-pages 5.02-1

upstream update 5.02

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-10 19:26:16 UTC (rev 359431)
+++ PKGBUILD2019-08-10 19:29:47 UTC (rev 359432)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=5.01
+pkgver=5.02
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -13,7 +13,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=('7dfce1334e22e2565cf219a83c5cdfa1fc5e877d54ee15a0d1f5f1de5143b627'
+sha256sums=('c2faa85e625cd7567dc1dec9f23d1af1f73e2ca6468bce1bdc13387ec56f97e8'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2019-05-10 Thread Andreas Radke via arch-commits
Date: Friday, May 10, 2019 @ 15:42:44
  Author: andyrtr
Revision: 352823

upgpkg: man-pages 5.01-1

upstream update 5.01

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-10 15:23:47 UTC (rev 352822)
+++ PKGBUILD2019-05-10 15:42:44 UTC (rev 352823)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=5.00
+pkgver=5.01
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -13,7 +13,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=('5a2f5036b76cf3e67513fbe1fc97dbfc1503c67c6b8a1b39c2c92ba22166d900'
+sha256sums=('7dfce1334e22e2565cf219a83c5cdfa1fc5e877d54ee15a0d1f5f1de5143b627'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2019-03-06 Thread Andreas Radke via arch-commits
Date: Wednesday, March 6, 2019 @ 19:50:11
  Author: andyrtr
Revision: 347169

upgpkg: man-pages 5.00-1

upstream update 5.00

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 19:42:38 UTC (rev 347168)
+++ PKGBUILD2019-03-06 19:50:11 UTC (rev 347169)
@@ -1,9 +1,9 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.16
+pkgver=5.00
 _posixver=2013-a
-pkgrel=2
+pkgrel=1
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -13,7 +13,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=('47ffcc0d27d50e497e290b27e8d76dbed4550db14c881f25b771bcaf28354db4'
+sha256sums=('5a2f5036b76cf3e67513fbe1fc97dbfc1503c67c6b8a1b39c2c92ba22166d900'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2018-08-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, August 10, 2018 @ 18:03:38
  Author: bpiotrowski
Revision: 331359

4.16-2: remove manpages that are part of tzdata now

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 17:57:11 UTC (rev 331358)
+++ PKGBUILD2018-08-10 18:03:38 UTC (rev 331359)
@@ -4,7 +4,7 @@
 pkgname=man-pages
 pkgver=4.16
 _posixver=2013-a
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -41,22 +41,24 @@
   install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
   
   cd ${pkgdir}/usr/share/man
-  # these are included in coreutils
+  # 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
-  # this is included in shadow
+  # included in shadow
   rm -f man5/passwd.5
   rm -f man3/getspnam.3
-  # this is included in diffutils
+  # included in diffutils
   rm -f man1/diff.1
-  # this is included in xf86-input-mouse
+  # included in xf86-input-mouse
   rm -f man4/mouse.4
-  # this is included in attr
+  # included in attr
   rm -f man5/attr.5 
-  # this is included in lirc
+  # included in lirc
   rm -f man4/lirc.4
   # included in keyutils
   rm -f 
man7/{keyrings.7,persistent-keyring.7,process-keyring.7,session-keyring.7,thread-keyring.7,user-keyring.7,user-session-keyring.7}
+  # included in tzdata
+  rm -f man5/tzfile.5 man8/{tzselect,zdump,zic}.8
 }


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

2018-05-01 Thread Andreas Radke via arch-commits
Date: Tuesday, May 1, 2018 @ 17:48:04
  Author: andyrtr
Revision: 323259

upgpkg: man-pages 4.16-1

upstream update 4.16

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-01 17:07:27 UTC (rev 323258)
+++ PKGBUILD2018-05-01 17:48:04 UTC (rev 323259)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.15
+pkgver=4.16
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,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=('ce707f2a28ee49496595af163d0cac24a9b7b88ab9aa5e5057abaa3d03cec106'
+sha256sums=('47ffcc0d27d50e497e290b27e8d76dbed4550db14c881f25b771bcaf28354db4'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2018-02-04 Thread Andreas Radke via arch-commits
Date: Sunday, February 4, 2018 @ 21:18:25
  Author: andyrtr
Revision: 315868

upgpkg: man-pages 4.15-1

upstream update 4.15

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 21:15:34 UTC (rev 315867)
+++ PKGBUILD2018-02-04 21:18:25 UTC (rev 315868)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.14
+pkgver=4.15
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,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=('3052b87898c313c089848a913e5cf44a0565cc4d21d94119ef6586d971f5c971'
+sha256sums=('ce707f2a28ee49496595af163d0cac24a9b7b88ab9aa5e5057abaa3d03cec106'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2017-11-27 Thread Andreas Radke via arch-commits
Date: Monday, November 27, 2017 @ 19:31:07
  Author: andyrtr
Revision: 311050

upgpkg: man-pages 4.14-1

upstream update 4.14

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-27 19:16:48 UTC (rev 311049)
+++ PKGBUILD2017-11-27 19:31:07 UTC (rev 311050)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.13
+pkgver=4.14
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,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=('d5c005c5b653248ab6680560de00ea8572ff39e48a57bd5be1468d986a0631bf'
+sha256sums=('3052b87898c313c089848a913e5cf44a0565cc4d21d94119ef6586d971f5c971'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2017-09-15 Thread Andreas Radke
Date: Friday, September 15, 2017 @ 18:21:12
  Author: andyrtr
Revision: 305613

upgpkg: man-pages 4.13-1

upstream update 4.13

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 18:14:55 UTC (rev 305612)
+++ PKGBUILD2017-09-15 18:21:12 UTC (rev 305613)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.12
+pkgver=4.13
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,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=('6f6d79d991fed04e16e7c7a15705304b0b9d51de772c51c57428555039fbe093'
+sha256sums=('d5c005c5b653248ab6680560de00ea8572ff39e48a57bd5be1468d986a0631bf'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2017-07-28 Thread Andreas Radke
Date: Saturday, July 29, 2017 @ 05:52:16
  Author: andyrtr
Revision: 301362

upgpkg: man-pages 4.12-1

upstream update 4.12

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-29 05:49:37 UTC (rev 301361)
+++ PKGBUILD2017-07-29 05:52:16 UTC (rev 301362)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.11
+pkgver=4.12
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,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=('adde80495f5efb26d077f4e5309bafdc4859e080b7529263720f7cb5f403f524'
+sha256sums=('6f6d79d991fed04e16e7c7a15705304b0b9d51de772c51c57428555039fbe093'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2017-05-04 Thread Andreas Radke
Date: Thursday, May 4, 2017 @ 19:04:55
  Author: andyrtr
Revision: 295278

upgpkg: man-pages 4.11-1

upstream update 4.11

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-04 18:52:26 UTC (rev 295277)
+++ PKGBUILD2017-05-04 19:04:55 UTC (rev 295278)
@@ -2,9 +2,9 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.10
+pkgver=4.11
 _posixver=2013-a
-pkgrel=3
+pkgrel=1
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -14,7 +14,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=('7395dfc391d545385a998d23df9accb60f2020451c53940eaf8a07b6ea8a63fa'
+sha256sums=('adde80495f5efb26d077f4e5309bafdc4859e080b7529263720f7cb5f403f524'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2017-03-19 Thread Andreas Radke
Date: Sunday, March 19, 2017 @ 08:40:05
  Author: andyrtr
Revision: 291071

upgpkg: man-pages 4.10-3

bring back new explicit_bzero page; FS#53351

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-19 08:23:45 UTC (rev 291070)
+++ PKGBUILD2017-03-19 08:40:05 UTC (rev 291071)
@@ -4,7 +4,7 @@
 pkgname=man-pages
 pkgver=4.10
 _posixver=2013-a
-pkgrel=2
+pkgrel=3
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -59,6 +59,4 @@
   rm -f man4/lirc.4
   # included in keyutils
   rm -f 
man7/{keyrings.7,persistent-keyring.7,process-keyring.7,session-keyring.7,thread-keyring.7,user-keyring.7,user-session-keyring.7}
-  # included in libbsd
-  rm -f man3/explicit_bzero.3
 }


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

2017-03-17 Thread Andreas Radke
Date: Friday, March 17, 2017 @ 13:32:52
  Author: andyrtr
Revision: 290992

upgpkg: man-pages 4.10-2

remove conflicting man-page FS#53342

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 11:56:13 UTC (rev 290991)
+++ PKGBUILD2017-03-17 13:32:52 UTC (rev 290992)
@@ -4,7 +4,7 @@
 pkgname=man-pages
 pkgver=4.10
 _posixver=2013-a
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -59,4 +59,6 @@
   rm -f man4/lirc.4
   # included in keyutils
   rm -f 
man7/{keyrings.7,persistent-keyring.7,process-keyring.7,session-keyring.7,thread-keyring.7,user-keyring.7,user-session-keyring.7}
+  # included in libbsd
+  rm -f man3/explicit_bzero.3
 }


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

2017-03-16 Thread Andreas Radke
Date: Thursday, March 16, 2017 @ 21:04:07
  Author: andyrtr
Revision: 290958

upgpkg: man-pages 4.10-1

upstream update 4.10

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-16 20:53:42 UTC (rev 290957)
+++ PKGBUILD2017-03-16 21:04:07 UTC (rev 290958)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.09
+pkgver=4.10
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,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=('a574a08e4a62a24dc639cb4ee3e7aa68e7cd8ef2c14a5d54b90d09ac137e809c'
+sha256sums=('7395dfc391d545385a998d23df9accb60f2020451c53940eaf8a07b6ea8a63fa'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')
@@ -57,4 +57,6 @@
   rm -f man5/attr.5 
   # this is included in lirc
   rm -f man4/lirc.4
+  # included in keyutils
+  rm -f 
man7/{keyrings.7,persistent-keyring.7,process-keyring.7,session-keyring.7,thread-keyring.7,user-keyring.7,user-session-keyring.7}
 }


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

2016-12-13 Thread Andreas Radke
Date: Tuesday, December 13, 2016 @ 21:05:20
  Author: andyrtr
Revision: 283113

upgpkg: man-pages 4.09-1

upstream update 4.09

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-13 21:03:42 UTC (rev 283112)
+++ PKGBUILD2016-12-13 21:05:20 UTC (rev 283113)
@@ -11,8 +11,8 @@
 url="http://man7.org/linux/man-pages/index.html;
 groups=('base')
 depends=()
-source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
-
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
+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=('a574a08e4a62a24dc639cb4ee3e7aa68e7cd8ef2c14a5d54b90d09ac137e809c'
 'SKIP'


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

2016-12-13 Thread Andreas Radke
Date: Tuesday, December 13, 2016 @ 21:03:32
  Author: andyrtr
Revision: 283111

upgpkg: man-pages 4.09-1

upstream update 4.09

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-13 19:51:23 UTC (rev 283110)
+++ PKGBUILD2016-12-13 21:03:32 UTC (rev 283111)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.08
+pkgver=4.09
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://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=('2c6e7db4d76014dc21b1068df372f325e863318c32056369eca2f169519c62b4'
+sha256sums=('a574a08e4a62a24dc639cb4ee3e7aa68e7cd8ef2c14a5d54b90d09ac137e809c'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2016-10-08 Thread Andreas Radke
Date: Saturday, October 8, 2016 @ 14:29:19
  Author: andyrtr
Revision: 277927

upgpkg: man-pages 4.08-1

upstream update 4.08

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-08 12:51:04 UTC (rev 277926)
+++ PKGBUILD2016-10-08 14:29:19 UTC (rev 277927)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.07
+pkgver=4.08
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://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=('1f236e112eedca15fc09a2857c160c81a64af8b786674376edf49aa0f69035ee'
+sha256sums=('2c6e7db4d76014dc21b1068df372f325e863318c32056369eca2f169519c62b4'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2016-07-19 Thread Andreas Radke
Date: Tuesday, July 19, 2016 @ 19:49:37
  Author: andyrtr
Revision: 272011

upgpkg: man-pages 4.07-1

upstream update 4.07

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-19 18:14:24 UTC (rev 272010)
+++ PKGBUILD2016-07-19 19:49:37 UTC (rev 272011)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.06
+pkgver=4.07
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://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=('cba9ecf7c1cab068d9ee329778aea588a57d07bea226aa702bc0799fa629606f'
+sha256sums=('1f236e112eedca15fc09a2857c160c81a64af8b786674376edf49aa0f69035ee'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2016-05-10 Thread Andreas Radke
Date: Tuesday, May 10, 2016 @ 19:31:36
  Author: andyrtr
Revision: 267574

upgpkg: man-pages 4.06-1

upstream update 4.06

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-10 17:18:43 UTC (rev 267573)
+++ PKGBUILD2016-05-10 17:31:36 UTC (rev 267574)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.05
+pkgver=4.06
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://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=('460051b94c2a0a4d158276e5d3f68e7114cb5782a050d878645e33b81f56a60d'
+sha256sums=('cba9ecf7c1cab068d9ee329778aea588a57d07bea226aa702bc0799fa629606f'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2016-03-15 Thread Andreas Radke
Date: Tuesday, March 15, 2016 @ 22:40:47
  Author: andyrtr
Revision: 261678

upgpkg: man-pages 4.05-1

upstream update 4.05

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-15 21:24:36 UTC (rev 261677)
+++ PKGBUILD2016-03-15 21:40:47 UTC (rev 261678)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.04
+pkgver=4.05
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://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=('8fe1950df65ccf2b43ed64c329ccce0eedb2f7b42af12beff03d3aa609ee1f6d'
+sha256sums=('460051b94c2a0a4d158276e5d3f68e7114cb5782a050d878645e33b81f56a60d'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')
@@ -55,4 +55,6 @@
   rm -f man4/mouse.4
   # this is included in attr
   rm -f man5/attr.5 
+  # this is included in lirc
+  rm -f man4/lirc.4
 }


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

2015-12-31 Thread Andreas Radke
Date: Thursday, December 31, 2015 @ 12:54:09
  Author: andyrtr
Revision: 257400

upgpkg: man-pages 4.04-1

upstream update 4.04

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-31 11:27:15 UTC (rev 257399)
+++ PKGBUILD2015-12-31 11:54:09 UTC (rev 257400)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.03
+pkgver=4.04
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://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=('b0168c4ec48bb0bb82f6f91ea91a54e1f3587411c6637913d47470cd7338fc9c'
+sha256sums=('8fe1950df65ccf2b43ed64c329ccce0eedb2f7b42af12beff03d3aa609ee1f6d'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2015-12-10 Thread Andreas Radke
Date: Thursday, December 10, 2015 @ 20:55:25
  Author: andyrtr
Revision: 255759

upgpkg: man-pages 4.03-1

upstream update 4.03

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 19:51:44 UTC (rev 255758)
+++ PKGBUILD2015-12-10 19:55:25 UTC (rev 255759)
@@ -2,9 +2,9 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.02
+pkgver=4.03
 _posixver=2013-a
-pkgrel=4
+pkgrel=1
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://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=('48aacb75d522dd31978682c4fd8bc68e43c9a409bc4c7a126810e7610dff0dd3'
+sha256sums=('b0168c4ec48bb0bb82f6f91ea91a54e1f3587411c6637913d47470cd7338fc9c'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2015-12-09 Thread Evangelos Foutras
Date: Wednesday, December 9, 2015 @ 20:16:05
  Author: foutrelis
Revision: 255026

upgpkg: man-pages 4.02-4

Do not remove random(3) and regex(3); the conflict has been fixed in gcc.

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 19:13:10 UTC (rev 255025)
+++ PKGBUILD2015-12-09 19:16:05 UTC (rev 255026)
@@ -4,7 +4,7 @@
 pkgname=man-pages
 pkgver=4.02
 _posixver=2013-a
-pkgrel=3
+pkgrel=4
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -46,8 +46,6 @@
   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
-  # these are included in gcc
-  rm -f man3/{random,regex}.3
   # this is included in shadow
   rm -f man5/passwd.5
   rm -f man3/getspnam.3


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

2015-12-06 Thread Allan McRae
Date: Sunday, December 6, 2015 @ 09:42:43
  Author: allan
Revision: 252665

upgpkg: man-pages 4.02-3

actually fix file conflicts...

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 08:31:58 UTC (rev 252664)
+++ PKGBUILD2015-12-06 08:42:43 UTC (rev 252665)
@@ -4,7 +4,7 @@
 pkgname=man-pages
 pkgver=4.02
 _posixver=2013-a
-pkgrel=2
+pkgrel=3
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -47,7 +47,7 @@
   rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
   rm -f man1/{touch,vdir}.1
   # these are included in gcc
-  rm -f man3/{random,regex}.3.gz
+  rm -f man3/{random,regex}.3
   # this is included in shadow
   rm -f man5/passwd.5
   rm -f man3/getspnam.3


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

2015-12-05 Thread Allan McRae
Date: Saturday, December 5, 2015 @ 10:23:42
  Author: allan
Revision: 252374

upgpkg: man-pages 4.02-2

remove manpages included in gcc-5.3

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 08:06:42 UTC (rev 252373)
+++ PKGBUILD2015-12-05 09:23:42 UTC (rev 252374)
@@ -4,7 +4,7 @@
 pkgname=man-pages
 pkgver=4.02
 _posixver=2013-a
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux man pages"
 arch=('any')
 license=('GPL' 'custom')
@@ -46,6 +46,8 @@
   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
+  # these are included in gcc
+  rm -f man3/{random,regex}.3.gz
   # this is included in shadow
   rm -f man5/passwd.5
   rm -f man3/getspnam.3
@@ -54,5 +56,5 @@
   # this is included in xf86-input-mouse
   rm -f man4/mouse.4
   # this is included in attr
-  rm -f man5/attr.5  
+  rm -f man5/attr.5 
 }


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

2015-08-11 Thread Andreas Radke
Date: Tuesday, August 11, 2015 @ 18:42:37
  Author: andyrtr
Revision: 243165

upgpkg: man-pages 4.02-1

upstream update 4.02

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-11 16:20:34 UTC (rev 243164)
+++ PKGBUILD2015-08-11 16:42:37 UTC (rev 243165)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=4.01
+pkgver=4.02
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://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=('d194b5d4a381724dc291d9f36621ab2cbb51c003d72dcbd95896366db3b8d284'
+sha256sums=('48aacb75d522dd31978682c4fd8bc68e43c9a409bc4c7a126810e7610dff0dd3'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2015-07-26 Thread Andreas Radke
Date: Sunday, July 26, 2015 @ 13:45:29
  Author: andyrtr
Revision: 242514

add pgp check for posix pages

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 11:43:14 UTC (rev 242513)
+++ PKGBUILD2015-07-26 11:45:29 UTC (rev 242514)
@@ -12,11 +12,12 @@
 groups=('base')
 depends=()
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
-
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
+
http://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=('d194b5d4a381724dc291d9f36621ab2cbb51c003d72dcbd95896366db3b8d284'
 'SKIP'
-'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
+'SKIP')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com
 
 build() {


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

2015-07-26 Thread Andreas Radke
Date: Sunday, July 26, 2015 @ 13:43:05
  Author: andyrtr
Revision: 242512

upgpkg: man-pages 4.01-1

upstream update 4.01

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 08:52:01 UTC (rev 242511)
+++ PKGBUILD2015-07-26 11:43:05 UTC (rev 242512)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=4.00
+pkgver=4.01
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('444264eb7e3582f980ee3de073af394182ee6b9d5e03e89c55ba042dc20beba3'
+sha256sums=('d194b5d4a381724dc291d9f36621ab2cbb51c003d72dcbd95896366db3b8d284'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com


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

2015-05-07 Thread Andreas Radke
Date: Thursday, May 7, 2015 @ 21:19:14
  Author: andyrtr
Revision: 238605

upgpkg: man-pages 4.00-1

upstream update 4.00

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-07 19:01:08 UTC (rev 238604)
+++ PKGBUILD2015-05-07 19:19:14 UTC (rev 238605)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.83
+pkgver=4.00
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('72fce6a1f282146504556ed54b93f06acef77f30114c1c00755b21bb5def7af2'
+sha256sums=('444264eb7e3582f980ee3de073af394182ee6b9d5e03e89c55ba042dc20beba3'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com
@@ -52,6 +52,6 @@
   rm -f man1/diff.1
   # this is included in xf86-input-mouse
   rm -f man4/mouse.4
-  
-  
+  # this is included in attr
+  rm -f man5/attr.5  
 }


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

2015-04-19 Thread Andreas Radke
Date: Sunday, April 19, 2015 @ 18:23:17
  Author: andyrtr
Revision: 237742

upgpkg: man-pages 3.83-1

upstream update 3.83

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-19 16:21:21 UTC (rev 237741)
+++ PKGBUILD2015-04-19 16:23:17 UTC (rev 237742)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.82
+pkgver=3.83
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('547273dd0a1c26e5bb2169baa50a7e0e0c93b6e41997729d4d8638a8513018b1'
+sha256sums=('72fce6a1f282146504556ed54b93f06acef77f30114c1c00755b21bb5def7af2'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com


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

2015-03-31 Thread Andreas Radke
Date: Tuesday, March 31, 2015 @ 19:12:42
  Author: andyrtr
Revision: 235304

upgpkg: man-pages 3.82-1

upstream update 3.82

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 16:50:40 UTC (rev 235303)
+++ PKGBUILD2015-03-31 17:12:42 UTC (rev 235304)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.81
+pkgver=3.82
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('b5b98411ff4548262d9ab30e1ad68ca1ea228f6c5c51ed5490bd92f00b9cf2c2'
+sha256sums=('547273dd0a1c26e5bb2169baa50a7e0e0c93b6e41997729d4d8638a8513018b1'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com


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

2015-03-03 Thread Andreas Radke
Date: Tuesday, March 3, 2015 @ 22:11:29
  Author: andyrtr
Revision: 232501

upgpkg: man-pages 3.81-1

upstream update 3.81

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-03 21:05:05 UTC (rev 232500)
+++ PKGBUILD2015-03-03 21:11:29 UTC (rev 232501)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.80
+pkgver=3.81
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('686847880557aec5a4f09bdc12d92185a784baa47c52f53676f06acc4b0d40c2'
+sha256sums=('b5b98411ff4548262d9ab30e1ad68ca1ea228f6c5c51ed5490bd92f00b9cf2c2'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com


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

2015-02-23 Thread Andreas Radke
Date: Monday, February 23, 2015 @ 20:05:47
  Author: andyrtr
Revision: 231831

upgpkg: man-pages 3.80-1

upstream update 3.80

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 18:53:37 UTC (rev 231830)
+++ PKGBUILD2015-02-23 19:05:47 UTC (rev 231831)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.78
+pkgver=3.80
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('c52897a17fbc6304d3fe273e7eb12d6feff82d460a62290121cfbaf501d3a37e'
+sha256sums=('686847880557aec5a4f09bdc12d92185a784baa47c52f53676f06acc4b0d40c2'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com


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

2015-01-25 Thread Andreas Radke
Date: Sunday, January 25, 2015 @ 13:30:07
  Author: andyrtr
Revision: 229987

upgpkg: man-pages 3.78-1

upstream update 3.78

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-25 12:24:09 UTC (rev 229986)
+++ PKGBUILD2015-01-25 12:30:07 UTC (rev 229987)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.77
+pkgver=3.78
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('fc630f063b4671cece6cffee47d0ad25b871219ffba8bf2784f084512af5954f'
+sha256sums=('c52897a17fbc6304d3fe273e7eb12d6feff82d460a62290121cfbaf501d3a37e'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com


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

2015-01-15 Thread Andreas Radke
Date: Thursday, January 15, 2015 @ 22:08:18
  Author: andyrtr
Revision: 229098

upgpkg: man-pages 3.77-1

upstream update 3.77

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-15 21:08:01 UTC (rev 229097)
+++ PKGBUILD2015-01-15 21:08:18 UTC (rev 229098)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.76
+pkgver=3.77
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -14,7 +14,7 @@
 
source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('d9b1195544cf16d52014a70b6ecf32f43bcedd357aa74dfd68ff48e1fc048acf'
+sha256sums=('fc630f063b4671cece6cffee47d0ad25b871219ffba8bf2784f084512af5954f'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com


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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 13:52:55
  Author: andyrtr
Revision: 228236

upgpkg: man-pages 3.76-1

upstream update 3.76

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 12:44:13 UTC (rev 228235)
+++ PKGBUILD2014-12-31 12:52:55 UTC (rev 228236)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.75
+pkgver=3.76
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -14,7 +14,7 @@
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('06aaca0a3958c3fdae3b3cfc3c2a92d54c2a4ceafad8a6d97f67fda14650d2f6'
+sha256sums=('d9b1195544cf16d52014a70b6ecf32f43bcedd357aa74dfd68ff48e1fc048acf'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {


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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 14:03:18
  Author: andyrtr
Revision: 228238

add validpgpkeys

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 12:53:01 UTC (rev 228237)
+++ PKGBUILD2014-12-31 13:03:18 UTC (rev 228238)
@@ -11,11 +11,13 @@
 url=http://man7.org/linux/man-pages/index.html;
 groups=('base')
 depends=()
-source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
 sha256sums=('d9b1195544cf16d52014a70b6ecf32f43bcedd357aa74dfd68ff48e1fc048acf'
+'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
+validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) mtk.manpa...@gmail.com
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver


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

2014-10-18 Thread Andreas Radke
Date: Saturday, October 18, 2014 @ 18:54:19
  Author: andyrtr
Revision: 224779

upgpkg: man-pages 3.75-1

upstream update 3.75

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-18 15:33:53 UTC (rev 224778)
+++ PKGBUILD2014-10-18 16:54:19 UTC (rev 224779)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.74
+pkgver=3.75
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -14,7 +14,7 @@
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('1e150c39f65fc9f1614399ff3e73dc3d09cbfad4b7c22ec4878db19254968681'
+sha256sums=('06aaca0a3958c3fdae3b3cfc3c2a92d54c2a4ceafad8a6d97f67fda14650d2f6'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {


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

2014-10-03 Thread Andreas Radke
Date: Friday, October 3, 2014 @ 20:01:53
  Author: andyrtr
Revision: 223814

upgpkg: man-pages 3.74-1

upstream update 3.74

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 17:58:26 UTC (rev 223813)
+++ PKGBUILD2014-10-03 18:01:53 UTC (rev 223814)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.73
+pkgver=3.74
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -14,7 +14,7 @@
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('0582c4e636eccd94e47f53c6a36950e2b14447c8d19d840b9ca5fc84b3530c07'
+sha256sums=('1e150c39f65fc9f1614399ff3e73dc3d09cbfad4b7c22ec4878db19254968681'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {


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

2014-09-23 Thread Andreas Radke
Date: Tuesday, September 23, 2014 @ 19:31:42
  Author: andyrtr
Revision: 222867

upgpkg: man-pages 3.73-1

upstream update 3.73

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-23 16:24:48 UTC (rev 222866)
+++ PKGBUILD2014-09-23 17:31:42 UTC (rev 222867)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.72
+pkgver=3.73
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,8 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('fee4da10c7397257ea2aa3a6e1720e10770c1667d32876700ab3dbb536168653'
+# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
+sha256sums=('0582c4e636eccd94e47f53c6a36950e2b14447c8d19d840b9ca5fc84b3530c07'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-09-09 Thread Andreas Radke
Date: Tuesday, September 9, 2014 @ 16:12:20
  Author: andyrtr
Revision: 221339

upgpkg: man-pages 3.72-1

upstream update 3.72

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-09 14:09:01 UTC (rev 221338)
+++ PKGBUILD2014-09-09 14:12:20 UTC (rev 221339)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.71
+pkgver=3.72
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('981038ecffcf6db490c0bc4359f489c318654068a6ba5aa086962ac41b0d2894'
+sha256sums=('fee4da10c7397257ea2aa3a6e1720e10770c1667d32876700ab3dbb536168653'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-08-22 Thread Andreas Radke
Date: Friday, August 22, 2014 @ 17:40:22
  Author: andyrtr
Revision: 220551

upgpkg: man-pages 3.71-1

upstream update 3.71

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-22 15:35:39 UTC (rev 220550)
+++ PKGBUILD2014-08-22 15:40:22 UTC (rev 220551)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.70
+pkgver=3.71
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('721047d6d043f5ffce8c70810a9237ea48c7cab99fa59954139f51a859a4d0e2'
+sha256sums=('981038ecffcf6db490c0bc4359f489c318654068a6ba5aa086962ac41b0d2894'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-07-11 Thread Andreas Radke
Date: Friday, July 11, 2014 @ 17:12:07
  Author: andyrtr
Revision: 216799

upgpkg: man-pages 3.70-1

upstream update 3.70

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 14:52:30 UTC (rev 216798)
+++ PKGBUILD2014-07-11 15:12:07 UTC (rev 216799)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.69
+pkgver=3.70
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('a27604b3ff2b61b73bc67350f574de4620b3cd956056b5c9f3b6c1287fabffa3'
+sha256sums=('721047d6d043f5ffce8c70810a9237ea48c7cab99fa59954139f51a859a4d0e2'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-06-14 Thread Andreas Radke
Date: Saturday, June 14, 2014 @ 16:39:54
  Author: andyrtr
Revision: 215116

upgpkg: man-pages 3.69-1

upstream update 3.69

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 13:03:19 UTC (rev 215115)
+++ PKGBUILD2014-06-14 14:39:54 UTC (rev 215116)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.68
+pkgver=3.69
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('e0d7849996ef836e19b196878492378c5456a6396756d6215709f4574b7aa2c8'
+sha256sums=('a27604b3ff2b61b73bc67350f574de4620b3cd956056b5c9f3b6c1287fabffa3'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-05-29 Thread Andreas Radke
Date: Thursday, May 29, 2014 @ 10:53:29
  Author: andyrtr
Revision: 213804

upgpkg: man-pages 3.68-1

upstream update 3.68

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 07:30:58 UTC (rev 213803)
+++ PKGBUILD2014-05-29 08:53:29 UTC (rev 213804)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.67
+pkgver=3.68
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('ae22397691f6edb803d67a47bc66ab4a653219abf9ebb2c4fa021337df48e735'
+sha256sums=('e0d7849996ef836e19b196878492378c5456a6396756d6215709f4574b7aa2c8'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-05-22 Thread Andreas Radke
Date: Thursday, May 22, 2014 @ 17:27:52
  Author: andyrtr
Revision: 213388

upgpkg: man-pages 3.67-1

upstream update 3.67

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 14:42:44 UTC (rev 213387)
+++ PKGBUILD2014-05-22 15:27:52 UTC (rev 213388)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.66
+pkgver=3.67
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('9b33942b27dc1cf71e9bb9294d0c41a9ecf32549c21388b3fed164c23fff48be'
+sha256sums=('ae22397691f6edb803d67a47bc66ab4a653219abf9ebb2c4fa021337df48e735'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-05-08 Thread Andreas Radke
Date: Thursday, May 8, 2014 @ 20:01:42
  Author: andyrtr
Revision: 212135

upgpkg: man-pages 3.66-1

upstream update 3.66

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-08 17:10:10 UTC (rev 212134)
+++ PKGBUILD2014-05-08 18:01:42 UTC (rev 212135)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.65
+pkgver=3.66
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('83c8fc0489a4f5f6a9d19c74a32172166bc2a311785a03d96032a6b2bfeaa2d1'
+sha256sums=('9b33942b27dc1cf71e9bb9294d0c41a9ecf32549c21388b3fed164c23fff48be'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-04-20 Thread Andreas Radke
Date: Sunday, April 20, 2014 @ 17:31:29
  Author: andyrtr
Revision: 211576

upgpkg: man-pages 3.65-1

upstream update 3.65

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-20 12:56:30 UTC (rev 211575)
+++ PKGBUILD2014-04-20 15:31:29 UTC (rev 211576)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.64
+pkgver=3.65
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('7491dc87f147dec6d89c025964c3419b74acfc29dc3713197ea2200646983fdd'
+sha256sums=('83c8fc0489a4f5f6a9d19c74a32172166bc2a311785a03d96032a6b2bfeaa2d1'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-04-07 Thread Andreas Radke
Date: Monday, April 7, 2014 @ 19:35:26
  Author: andyrtr
Revision: 209879

upgpkg: man-pages 3.64-1

upstream update 3.64

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-07 16:34:11 UTC (rev 209878)
+++ PKGBUILD2014-04-07 17:35:26 UTC (rev 209879)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.63
+pkgver=3.64
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('e63f88fd55bfc945bdd4632ee591f9e752bc3f790921b766f129df3e5a493c1a'
+sha256sums=('7491dc87f147dec6d89c025964c3419b74acfc29dc3713197ea2200646983fdd'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-03-19 Thread Andreas Radke
Date: Wednesday, March 19, 2014 @ 21:12:14
  Author: andyrtr
Revision: 208223

upgpkg: man-pages 3.63-1

upstream update 3.63

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 16:17:32 UTC (rev 208222)
+++ PKGBUILD2014-03-19 20:12:14 UTC (rev 208223)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.62
+pkgver=3.63
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('f3d550b1ecbdcd92c07d848e4196c1233dd1244c4fb7e5a86d7fb29fed5fb6df'
+sha256sums=('e63f88fd55bfc945bdd4632ee591f9e752bc3f790921b766f129df3e5a493c1a'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-03-12 Thread Andreas Radke
Date: Wednesday, March 12, 2014 @ 19:05:25
  Author: andyrtr
Revision: 207600

upgpkg: man-pages 3.62-1

upstream update 3.62

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-12 17:56:16 UTC (rev 207599)
+++ PKGBUILD2014-03-12 18:05:25 UTC (rev 207600)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.61
+pkgver=3.62
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('c1b0608cc66fe537d055983b101182326edf5ec93f1b2579d069d20920cf01e2'
+sha256sums=('f3d550b1ecbdcd92c07d848e4196c1233dd1244c4fb7e5a86d7fb29fed5fb6df'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-02-27 Thread Andreas Radke
Date: Thursday, February 27, 2014 @ 19:34:48
  Author: andyrtr
Revision: 206489

upgpkg: man-pages 3.61-1

upstream update 3.61

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-27 17:38:43 UTC (rev 206488)
+++ PKGBUILD2014-02-27 18:34:48 UTC (rev 206489)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.60
+pkgver=3.61
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('6695fc40f827abbededf475a1f1ca147ebef570818bc60f95f18869f99fc9c40'
+sha256sums=('c1b0608cc66fe537d055983b101182326edf5ec93f1b2579d069d20920cf01e2'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-02-22 Thread Andreas Radke
Date: Saturday, February 22, 2014 @ 17:13:03
  Author: andyrtr
Revision: 206237

upgpkg: man-pages 3.60-1

upstream update 3.60

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 16:10:24 UTC (rev 206236)
+++ PKGBUILD2014-02-22 16:13:03 UTC (rev 206237)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.59
+pkgver=3.60
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('e876ca1e4222eb6909cb676d471cd3067c9f299f671a0b4b5499bc41d9c0cc01'
+sha256sums=('6695fc40f827abbededf475a1f1ca147ebef570818bc60f95f18869f99fc9c40'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-02-17 Thread Andreas Radke
Date: Monday, February 17, 2014 @ 20:57:28
  Author: andyrtr
Revision: 206102

upgpkg: man-pages 3.59-1

upstream update 3.59

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-17 13:12:04 UTC (rev 206101)
+++ PKGBUILD2014-02-17 19:57:28 UTC (rev 206102)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.58
+pkgver=3.59
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('296ea69a27bd6d35c80f19d5e5f9b85e70dd4839adafa69b4c4ea5fe92a76b17'
+sha256sums=('e876ca1e4222eb6909cb676d471cd3067c9f299f671a0b4b5499bc41d9c0cc01'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-02-13 Thread Andreas Radke
Date: Thursday, February 13, 2014 @ 17:22:26
  Author: andyrtr
Revision: 205895

upgpkg: man-pages 3.58-1

upstream update 3.58

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-13 15:50:46 UTC (rev 205894)
+++ PKGBUILD2014-02-13 16:22:26 UTC (rev 205895)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.57
+pkgver=3.58
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('910ba04a792fe5769957d91701066e57ce6e9ff7f2ea6479ff3f2cde147706e5'
+sha256sums=('296ea69a27bd6d35c80f19d5e5f9b85e70dd4839adafa69b4c4ea5fe92a76b17'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-01-24 Thread Andreas Radke
Date: Friday, January 24, 2014 @ 17:22:57
  Author: andyrtr
Revision: 204659

upgpkg: man-pages 3.57-1

upstream update 3.57

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-24 16:04:05 UTC (rev 204658)
+++ PKGBUILD2014-01-24 16:22:57 UTC (rev 204659)
@@ -2,9 +2,9 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.56
+pkgver=3.57
 _posixver=2013-a
-pkgrel=2
+pkgrel=1
 pkgdesc=Linux man pages
 arch=('any')
 license=('GPL' 'custom')
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('a0cbdf5e90e21138d4e5cb0b932d51f34907e4e0d2d200c77b2bababc93828aa'
+sha256sums=('910ba04a792fe5769957d91701066e57ce6e9ff7f2ea6479ff3f2cde147706e5'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-01-23 Thread Andreas Radke
Date: Friday, January 24, 2014 @ 08:20:31
  Author: andyrtr
Revision: 204605

upgpkg: man-pages 3.56-2

upstream update posix man-pages 2013-a

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |   18 --
 1 file changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-24 03:48:01 UTC (rev 204604)
+++ PKGBUILD2014-01-24 07:20:31 UTC (rev 204605)
@@ -3,18 +3,18 @@
 
 pkgname=man-pages
 pkgver=3.56
-_posixver=2003-a
-pkgrel=1
+_posixver=2013-a
+pkgrel=2
 pkgdesc=Linux man pages
 arch=('any')
-license=('GPL')
+license=('GPL' 'custom')
 url=http://man7.org/linux/man-pages/index.html;
 groups=('base')
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
-
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
 sha256sums=('a0cbdf5e90e21138d4e5cb0b932d51f34907e4e0d2d200c77b2bababc93828aa'
-'e355b1b7bbccd4cef6b4a38dccf090e4535e038c21a9985c19891f21173d49ea')
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
@@ -31,7 +31,11 @@
   cd ${srcdir}/$pkgname-$pkgver
 
   make prefix=${pkgdir}/usr install
-
+  
+  # posix pages have a custom license
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT
+  
   cd ${pkgdir}/usr/share/man
   # these are included in coreutils
   rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
@@ -45,4 +49,6 @@
   rm -f man1/diff.1
   # this is included in xf86-input-mouse
   rm -f man4/mouse.4
+  
+  
 }



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

2014-01-11 Thread Andreas Radke
Date: Saturday, January 11, 2014 @ 17:19:22
  Author: andyrtr
Revision: 203480

upgpkg: man-pages 3.56-1

upstream update 3.56

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-11 10:57:22 UTC (rev 203479)
+++ PKGBUILD2014-01-11 16:19:22 UTC (rev 203480)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.55
+pkgver=3.56
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,8 +13,8 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('443b13defb23df578aa11c6c768f2c7d'
- '7c78aff03c0a6767ba483d34f19e4b09')
+sha256sums=('a0cbdf5e90e21138d4e5cb0b932d51f34907e4e0d2d200c77b2bababc93828aa'
+'e355b1b7bbccd4cef6b4a38dccf090e4535e038c21a9985c19891f21173d49ea')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver



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

2013-12-12 Thread Andreas Radke
Date: Thursday, December 12, 2013 @ 20:02:13
  Author: andyrtr
Revision: 201488

upgpkg: man-pages 3.55-1

upstream update 3.55

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-12 18:59:01 UTC (rev 201487)
+++ PKGBUILD2013-12-12 19:02:13 UTC (rev 201488)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.54
+pkgver=3.55
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('382f83e670ecbe1d97fc58e03da0b026'
+md5sums=('443b13defb23df578aa11c6c768f2c7d'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2013-09-20 Thread Andreas Radke
Date: Friday, September 20, 2013 @ 17:52:03
  Author: andyrtr
Revision: 194654

upgpkg: man-pages 3.54-1

upstream update 3.54

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 15:18:42 UTC (rev 194653)
+++ PKGBUILD2013-09-20 15:52:03 UTC (rev 194654)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.53
+pkgver=3.54
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('c3ab5df043bc95de69f73cb71a3c7bb6'
+md5sums=('382f83e670ecbe1d97fc58e03da0b026'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2013-08-01 Thread Andreas Radke
Date: Thursday, August 1, 2013 @ 15:52:54
  Author: andyrtr
Revision: 191943

upgpkg: man-pages 3.53-1

upstream update 3.53

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 13:10:15 UTC (rev 191942)
+++ PKGBUILD2013-08-01 13:52:54 UTC (rev 191943)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.52
+pkgver=3.53
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('dbf00e3a6fd1e23e27a4552bf4d16fed'
+md5sums=('c3ab5df043bc95de69f73cb71a3c7bb6'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2013-07-04 Thread Andreas Radke
Date: Thursday, July 4, 2013 @ 16:04:39
  Author: andyrtr
Revision: 189677

upgpkg: man-pages 3.52-1

upstream update 3.52

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-04 11:53:29 UTC (rev 189676)
+++ PKGBUILD2013-07-04 14:04:39 UTC (rev 189677)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.51
+pkgver=3.52
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('63eef7d6d5abf30bc5b785e344d1df8b'
+md5sums=('dbf00e3a6fd1e23e27a4552bf4d16fed'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {
@@ -33,7 +33,7 @@
   make prefix=${pkgdir}/usr install
 
   cd ${pkgdir}/usr/share/man
-  # these are included in coreutils || return 1
+  # these are 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



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

2013-04-19 Thread Andreas Radke
Date: Friday, April 19, 2013 @ 17:28:20
  Author: andyrtr
Revision: 183259

upgpkg: man-pages 3.51-1

upstream update 3.51

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 15:23:18 UTC (rev 183258)
+++ PKGBUILD2013-04-19 15:28:20 UTC (rev 183259)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.50
+pkgver=3.51
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('41a424a405e88f2e45137485c115b8c6'
+md5sums=('63eef7d6d5abf30bc5b785e344d1df8b'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2013-03-15 Thread Andreas Radke
Date: Friday, March 15, 2013 @ 17:00:42
  Author: andyrtr
Revision: 180061

upgpkg: man-pages 3.50-1

upstream update 3.50

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 13:22:06 UTC (rev 180060)
+++ PKGBUILD2013-03-15 16:00:42 UTC (rev 180061)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.48
+pkgver=3.50
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('16cb409678ad97f936a452f47f806044'
+md5sums=('41a424a405e88f2e45137485c115b8c6'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2013-03-07 Thread Andreas Radke
Date: Thursday, March 7, 2013 @ 18:09:14
  Author: andyrtr
Revision: 179594

upgpkg: man-pages 3.48-1

upstream update 3.48

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-07 13:22:22 UTC (rev 179593)
+++ PKGBUILD2013-03-07 17:09:14 UTC (rev 179594)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.47
+pkgver=3.48
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('2046259794d3003f4dc4dbe4b688ba2f'
+md5sums=('16cb409678ad97f936a452f47f806044'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2013-02-12 Thread Andreas Radke
Date: Tuesday, February 12, 2013 @ 20:37:30
  Author: andyrtr
Revision: 177983

upgpkg: man-pages 3.47-1

upstream update 3.47

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-12 19:24:37 UTC (rev 177982)
+++ PKGBUILD2013-02-12 19:37:30 UTC (rev 177983)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.46
+pkgver=3.47
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('eba99dc469e526c3de2e91fe0a0ddc43'
+md5sums=('2046259794d3003f4dc4dbe4b688ba2f'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2013-01-28 Thread Andreas Radke
Date: Monday, January 28, 2013 @ 17:38:23
  Author: andyrtr
Revision: 176277

upgpkg: man-pages 3.46-1

upstream update 3.46

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 16:22:42 UTC (rev 176276)
+++ PKGBUILD2013-01-28 16:38:23 UTC (rev 176277)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.45
+pkgver=3.46
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('aae96aeca4f7e89c5b47b6a67ec42e7f'
+md5sums=('eba99dc469e526c3de2e91fe0a0ddc43'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2012-12-21 Thread andyrtr
Date: Friday, December 21, 2012 @ 11:04:20
  Author: andyrtr
Revision: 173702

upgpkg: man-pages 3.45-1

upstream update 3.45

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-21 14:57:48 UTC (rev 173701)
+++ PKGBUILD2012-12-21 16:04:20 UTC (rev 173702)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.44
+pkgver=3.45
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('f6edb26ca0660638e3567fec31c06e70'
+md5sums=('aae96aeca4f7e89c5b47b6a67ec42e7f'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2012-11-08 Thread andyrtr
Date: Thursday, November 8, 2012 @ 11:36:45
  Author: andyrtr
Revision: 170552

upgpkg: man-pages 3.44-1

upstream update 3.44

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-08 15:28:46 UTC (rev 170551)
+++ PKGBUILD2012-11-08 16:36:45 UTC (rev 170552)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.43
+pkgver=3.44
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('761b823ad353975bb87eadb4a8690069'
+md5sums=('f6edb26ca0660638e3567fec31c06e70'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2012-10-16 Thread andyrtr
Date: Tuesday, October 16, 2012 @ 10:55:09
  Author: andyrtr
Revision: 168921

upgpkg: man-pages 3.43-1

upstream update 3.43

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-16 14:43:29 UTC (rev 168920)
+++ PKGBUILD2012-10-16 14:55:09 UTC (rev 168921)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.42
+pkgver=3.43
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('2392bb23db94f344f493c4beca41398f'
+md5sums=('761b823ad353975bb87eadb4a8690069'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2012-08-14 Thread andyrtr
Date: Tuesday, August 14, 2012 @ 17:11:27
  Author: andyrtr
Revision: 165286

upgpkg: man-pages 3.42-1

upstream update 3.42

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-14 20:44:40 UTC (rev 165285)
+++ PKGBUILD2012-08-14 21:11:27 UTC (rev 165286)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.41
+pkgver=3.42
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('7395d284fa1b9e112006d736865781b0'
+md5sums=('2392bb23db94f344f493c4beca41398f'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2012-05-12 Thread andyrtr
Date: Saturday, May 12, 2012 @ 12:36:36
  Author: andyrtr
Revision: 158871

upgpkg: man-pages 3.41-1

upstream update 3.41

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-12 16:29:58 UTC (rev 158870)
+++ PKGBUILD2012-05-12 16:36:36 UTC (rev 158871)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.40
+pkgver=3.41
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('26619a660532febcd18dbff87ad0da7c'
+md5sums=('7395d284fa1b9e112006d736865781b0'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2012-04-28 Thread andyrtr
Date: Saturday, April 28, 2012 @ 07:30:06
  Author: andyrtr
Revision: 157443

upgpkg: man-pages 3.40-1

upstream update 3.40

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-28 11:27:45 UTC (rev 157442)
+++ PKGBUILD2012-04-28 11:30:06 UTC (rev 157443)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.39
+pkgver=3.40
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('3feafd75f9bb2132bc5055347329b198'
+md5sums=('26619a660532febcd18dbff87ad0da7c'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2012-04-21 Thread andyrtr
Date: Saturday, April 21, 2012 @ 20:11:36
  Author: andyrtr
Revision: 156640

upgpkg: man-pages 3.39-1

upstream update 3.39

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-22 00:00:22 UTC (rev 156639)
+++ PKGBUILD2012-04-22 00:11:36 UTC (rev 156640)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.38
+pkgver=3.39
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('cadfdc11d3860d813fb338c9c89a3c8a'
+md5sums=('3feafd75f9bb2132bc5055347329b198'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 09:59:43
  Author: andyrtr
Revision: 155783

upgpkg: man-pages 3.38-1

upstream update 3.38

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 12:01:08 UTC (rev 155782)
+++ PKGBUILD2012-04-06 13:59:43 UTC (rev 155783)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.37
+pkgver=3.38
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -11,9 +11,9 @@
 url=http://man7.org/linux/man-pages/index.html;
 groups=('base')
 depends=()
-source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('1b34dd437e591eeb7faca3f348899d96'
+md5sums=('cadfdc11d3860d813fb338c9c89a3c8a'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 14:49:04
  Author: andyrtr
Revision: 152838

upgpkg: man-pages 3.37-1

upstream update 3.37

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 19:35:19 UTC (rev 152837)
+++ PKGBUILD2012-03-09 19:49:04 UTC (rev 152838)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.36
+pkgver=3.37
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('cfe991b1ce9e0ea5355f29ff9fcac125'
+md5sums=('1b34dd437e591eeb7faca3f348899d96'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2012-03-03 Thread andyrtr
Date: Saturday, March 3, 2012 @ 06:04:09
  Author: andyrtr
Revision: 151839

upgpkg: man-pages 3.36-1

upstream update 3.36

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 09:44:24 UTC (rev 151838)
+++ PKGBUILD2012-03-03 11:04:09 UTC (rev 151839)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.35
+pkgver=3.36
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('e41432ee35a49036bbaf8d4598506e9c'
+md5sums=('cfe991b1ce9e0ea5355f29ff9fcac125'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2012-02-25 Thread andyrtr
Date: Saturday, February 25, 2012 @ 15:20:35
  Author: andyrtr
Revision: 151378

fix download url, FS#28603

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 20:12:26 UTC (rev 151377)
+++ PKGBUILD2012-02-25 20:20:35 UTC (rev 151378)
@@ -11,8 +11,8 @@
 url=http://man7.org/linux/man-pages/index.html;
 groups=('base')
 depends=()
-source=(http://man7.org/linux/man-pages/download/$pkgname-$pkgver.tar.gz
-   
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
 md5sums=('e41432ee35a49036bbaf8d4598506e9c'
  '7c78aff03c0a6767ba483d34f19e4b09')
 



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

2011-10-15 Thread andyrtr
Date: Saturday, October 15, 2011 @ 05:49:19
  Author: andyrtr
Revision: 140473

upgpkg: man-pages 3.35-1

upstream update 3.35

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-15 09:35:02 UTC (rev 140472)
+++ PKGBUILD2011-10-15 09:49:19 UTC (rev 140473)
@@ -2,18 +2,18 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.32
+pkgver=3.35
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
 arch=('any')
 license=('GPL')
-url=http://www.kernel.org/doc/man-pages/;
+url=http://man7.org/linux/man-pages/index.html;
 groups=('base')
 depends=()
-source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz
+source=(http://man7.org/linux/man-pages/download/$pkgname-$pkgver.tar.gz

http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('cc6c2d4d4eb364fd8da718c412db09d4'
+md5sums=('e41432ee35a49036bbaf8d4598506e9c'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2010-12-10 Thread andyrtr
Date: Friday, December 10, 2010 @ 11:45:52
  Author: andyrtr
Revision: 102731

upgpkg: man-pages 3.32-1
new upstream release 3.32

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-10 16:18:37 UTC (rev 102730)
+++ PKGBUILD2010-12-10 16:45:52 UTC (rev 102731)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.31
+pkgver=3.32
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz

http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('117f2c75c2872b3dc4d55d3a996059b8'
+md5sums=('cc6c2d4d4eb364fd8da718c412db09d4'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2010-11-12 Thread andyrtr
Date: Friday, November 12, 2010 @ 16:12:26
  Author: andyrtr
Revision: 98712

upgpkg: man-pages 3.31-1
new version 3.31

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-12 20:25:25 UTC (rev 98711)
+++ PKGBUILD2010-11-12 21:12:26 UTC (rev 98712)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.30
+pkgver=3.31
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz

http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('03da85a1881c1813fefbaea89eb2855b'
+md5sums=('117f2c75c2872b3dc4d55d3a996059b8'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2010-10-22 Thread andyrtr
Date: Friday, October 22, 2010 @ 15:45:33
  Author: andyrtr
Revision: 96625

upgpkg: man-pages 3.29-1
new version 3.29

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-22 19:00:14 UTC (rev 96624)
+++ PKGBUILD2010-10-22 19:45:33 UTC (rev 96625)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.28
+pkgver=3.29
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz

http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('c73c092019f093becd388911ffc6d072'
+md5sums=('72075116a307906816bec42e32b15d3c'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2010-10-08 Thread andyrtr
Date: Friday, October 8, 2010 @ 14:32:51
  Author: andyrtr
Revision: 94609

upgpkg: man-pages 3.28-1
new version 3.28

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-08 18:18:09 UTC (rev 94608)
+++ PKGBUILD2010-10-08 18:32:51 UTC (rev 94609)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.27
+pkgver=3.28
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz

http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('118c81a47619f259f9f38dbb0c280784'
+md5sums=('c73c092019f093becd388911ffc6d072'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2010-09-28 Thread andyrtr
Date: Tuesday, September 28, 2010 @ 13:04:26
  Author: andyrtr
Revision: 92032

upgpkg: man-pages 3.27-1
new version 3.27

Modified:
  man-pages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-28 17:01:31 UTC (rev 92031)
+++ PKGBUILD2010-09-28 17:04:26 UTC (rev 92032)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.26
+pkgver=3.27
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz

http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('dbf72370fa9684e7ca51ce53ffc87bc2'
+md5sums=('118c81a47619f259f9f38dbb0c280784'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



  1   2   >