Skip to content

Commit cef5b39

Browse files
committed
cppman: update to 0.6.0
1 parent fe9c71d commit cef5b39

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

srcpkgs/cppman/template

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# Template file for 'cppman'
22
pkgname=cppman
3-
version=0.5.7
4-
revision=2
3+
version=0.6.0
4+
revision=1
55
build_style=python3-module
66
hostmakedepends="python3-setuptools"
7-
depends="python3-BeautifulSoup4 python3-html5lib python3-lxml"
7+
depends="python3-BeautifulSoup4 python3-html5lib python3-lxml python3-six
8+
python3-soupsieve python3-typing_extensions python3-webencodings"
89
checkdepends="$depends"
910
short_desc="C++ 98/11/14 manual pages for Linux"
1011
maintainer="Orphaned <orphan@voidlinux.org>"
1112
license="GPL-3.0-or-later"
1213
homepage="https://github.com/aitjcize/cppman"
13-
changelog="https://raw.githubusercontent.com/aitjcize/cppman/master/ChangeLog"
14-
distfiles="https://github.com/aitjcize/cppman/archive/refs/tags/${version}.tar.gz"
15-
checksum=df42088a9c8601289e18589aba3506a803eba8bb31446c183153de6936700526
14+
changelog="https://raw.githubusercontent.com/aitjcize/cppman/refs/heads/main/ChangeLog"
15+
distfiles="https://github.com/aitjcize/cppman/archive/refs/tags/v${version}.tar.gz"
16+
checksum=2f8c3269de6649e1c030509ff8f675b096353a47a8f59e67b2fb053c9adfaf00
1617

1718
post_install() {
1819
mv ${DESTDIR}/usr/share/bash-completion/completions/cppman{.bash,}

0 commit comments

Comments
 (0)