mdocml: hide architecture selector in void.css

this has no meaning for void, so let's hide it

also http -> https for homepage/distfiles
This commit is contained in:
classabbyamp 2022-09-05 13:08:18 -04:00 committed by classabbyamp
parent 3311c84251
commit e76e67ee9d
2 changed files with 8 additions and 3 deletions

View file

@ -54,3 +54,8 @@ nav#void-nav ul li a:hover,nav#void-nav ul li a:focus {
background-color:#000;
text-decoration:none
}
/** Hide architecture selector **/
select[name="arch"] {
display: none;
}

View file

@ -1,7 +1,7 @@
# Template file for 'mdocml'
pkgname=mdocml
version=1.14.6
revision=4
revision=5
wrksrc="mandoc-${version}"
build_style=configure
make_build_args="all man.cgi"
@ -14,8 +14,8 @@ conf_files="/etc/man.conf"
short_desc="UNIX manpage compiler toolset (mandoc)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="ISC"
homepage="http://mandoc.bsd.lv"
distfiles="http://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz"
homepage="https://mandoc.bsd.lv"
distfiles="https://mandoc.bsd.lv/snapshots/mandoc-${version}.tar.gz"
checksum=8bf0d570f01e70a6e124884088870cbed7537f36328d512909eb10cd53179d9c
provides="man-0_1"