Date: Thursday, April 20, 2017 @ 14:45:46 Author: andyrtr Revision: 293532
upgpkg: linux-manpages 4.10-1 upstream update 4.10 Modified: linux-manpages/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-20 14:32:55 UTC (rev 293531) +++ PKGBUILD 2017-04-20 14:45:46 UTC (rev 293532) @@ -3,7 +3,7 @@ # Maintainer: Thomas Baechler <tho...@archlinux.org> pkgname=linux-manpages -pkgver=4.6 +pkgver=4.10 pkgrel=1 pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux kernel." arch=('any') @@ -16,7 +16,7 @@ options=('!zipman') # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc source=("https://www.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz") -sha256sums=('a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866') +sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b') build() { cd "${srcdir}/linux-$pkgver"