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

Andreas Radke andyrtr at archlinux.org
Sun Jul 26 11:45:29 UTC 2015


    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
===================================================================
--- PKGBUILD	2015-07-26 11:43:14 UTC (rev 242513)
+++ PKGBUILD	2015-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.manpages at gmail.com>
 
 build() {



More information about the arch-commits mailing list