From 8368dd52636c4b92165cdbc474388ce439a66600 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Sun, 27 May 2018 11:59:29 +0200 Subject: [PATCH] chroma: fix homepage homepage has to be literal URL to be displayed correctly on https://repo.voidlinux.eu/void-updates/void-updates.txt Closes #14742. Signed-off-by: Enno Boland --- srcpkgs/chroma/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chroma/template b/srcpkgs/chroma/template index f744579ba35..1dc10037e31 100644 --- a/srcpkgs/chroma/template +++ b/srcpkgs/chroma/template @@ -1,7 +1,7 @@ # Template file for 'chroma' pkgname=chroma version=0.3.0 -revision=2 +revision=3 build_style=go hostmakedepends="git" go_import_path="github.com/alecthomas/${pkgname}" @@ -10,7 +10,7 @@ short_desc="A general purpose syntax highlighter" maintainer="Daniel Lewan " license="MIT" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -homepage="https://${go_import_path}" +homepage="https://github.com/alecthomas/chroma" checksum=c48ce658a25f3422b4c493d769b823b2eb5ce9c19748ccff304bad4099ee54f3 post_install() {