aboutsummaryrefslogtreecommitdiffstats
path: root/main/man-pages
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-03 18:35:07 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-08-05 05:59:14 +0000
commitc22289e5297c17698a6f59b6078e8f4f0ef28137 (patch)
tree415b148beedf68284cbd839a32ba5bfa81707ea0 /main/man-pages
parent00cf89ea7651454561330420c1217641bd8196e5 (diff)
downloadaports-c22289e5297c17698a6f59b6078e8f4f0ef28137.tar.bz2
aports-c22289e5297c17698a6f59b6078e8f4f0ef28137.tar.xz
main/man-pages: upgrade to 5.02
Diffstat (limited to 'main/man-pages')
-rw-r--r--main/man-pages/APKBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/main/man-pages/APKBUILD b/main/man-pages/APKBUILD
index 826245724e..f24d9d4336 100644
--- a/main/man-pages/APKBUILD
+++ b/main/man-pages/APKBUILD
@@ -1,20 +1,17 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=man-pages
-pkgver=5.01
+pkgver=5.02
_posixver=2013-a
pkgrel=0
pkgdesc="Linux man pages"
url="https://www.kernel.org/doc/man-pages/"
arch="noarch"
-license="GPL"
-depends=""
-makedepends=""
+license="GPL-2.0-or-later"
options="!strip !check"
-source="https://cdn.kernel.org/pub/linux/docs/$pkgname/$pkgname-$pkgver.tar.xz
- https://cdn.kernel.org/pub/linux/docs/$pkgname/$pkgname-posix/$pkgname-posix-${_posixver}.tar.xz
+source="https://cdn.kernel.org/pub/linux/docs/man-pages/man-pages-$pkgver.tar.xz
+ https://cdn.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-${_posixver}.tar.xz
"
-builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$builddir"
@@ -52,5 +49,5 @@ package() {
rm -f "$pkgdir"/usr/share/man/man3/explicit_bzero*
}
-sha512sums="0f95198e230fe28da2821c931f0078adf67bc4d92434b4da5e67dcfe3b462fd22b3268b7c0b9385603f0bfa7aa273c97ae152edd2b6f6975b9199b6e73e1f457 man-pages-5.01.tar.xz
+sha512sums="424d382f69611e29bd512ad166db7189633dea92b9d57466480a88cc69e83e6f364e16d4303efea19f2252bc9681c14158d60eef79c4cc4be41185300b67a4fd man-pages-5.02.tar.xz
e6ec8eb57269fadf368aeaac31b5a98b9c71723d4d5cc189f9c4642d6e865c88e44f77481dccbdb72e31526488eb531f624d455016361687a834ccfcac19fa14 man-pages-posix-2013-a.tar.xz"