From e496858598d2b0ff123385a95867652aef6c306f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 5 Sep 2022 13:08:18 -0400 Subject: [PATCH] mdocml: hide architecture selector in void.css this has no meaning for void, so let's hide it also http -> https for homepage/distfiles --- srcpkgs/mdocml/files/void.css | 5 +++++ srcpkgs/mdocml/template | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mdocml/files/void.css b/srcpkgs/mdocml/files/void.css index 89a9fb4b3211..17bb533d10c0 100644 --- a/srcpkgs/mdocml/files/void.css +++ b/srcpkgs/mdocml/files/void.css @@ -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; +} diff --git a/srcpkgs/mdocml/template b/srcpkgs/mdocml/template index bd9d81fe28d5..af276779493a 100644 --- a/srcpkgs/mdocml/template +++ b/srcpkgs/mdocml/template @@ -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 " 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"