From 6891972261864644af0d38fc480db63937df27b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Thu, 29 Nov 2018 11:40:54 +0100 Subject: [PATCH] hostaliases: rebuild for metadata --- srcpkgs/hostaliases/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/hostaliases/template b/srcpkgs/hostaliases/template index be120d66670..a35dc26a59c 100644 --- a/srcpkgs/hostaliases/template +++ b/srcpkgs/hostaliases/template @@ -1,7 +1,7 @@ # Template file for 'hostaliases' pkgname=hostaliases version=2 -revision=1 +revision=2 build_style=gnu-makefile short_desc="HOSTALIASES libc independent support" maintainer="Andrea Brancaleoni " @@ -9,3 +9,7 @@ license="MIT" homepage="https://github.com/thypon/hostaliases" distfiles="https://github.com/thypon/hostaliases/archive/v${version}.tar.gz" checksum=a29411e576fa485742d7b16ed838b960a462cdd862086fcd3250c7175d19ba93 + +post_install() { + vlicense LICENSE +}