From 1facbfcf9c77f22d2eaf747add1c91020dbc8ccb Mon Sep 17 00:00:00 2001 From: Renato Aguiar Date: Mon, 4 May 2020 13:43:55 -0700 Subject: [PATCH] hosts-update: fix xlint, orphan --- srcpkgs/hosts-update/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hosts-update/template b/srcpkgs/hosts-update/template index 55fa1517cd..4dc11da9b3 100644 --- a/srcpkgs/hosts-update/template +++ b/srcpkgs/hosts-update/template @@ -1,12 +1,12 @@ # Template file for 'hosts-update' pkgname=hosts-update version=1.37 -revision=1 +revision=2 archs=noarch build_style=gnu-makefile -short_desc="Updates /etc/hosts with the mvps blocklist" -maintainer="Renato Aguiar " depends="bash curl" +short_desc="Updates /etc/hosts with the mvps blocklist" +maintainer="Orphaned " license="MIT" homepage="https://github.com/graysky2/hosts-update" distfiles="${homepage}/archive/v${version}.tar.gz"