From 5039d435ae5aa57fc78a70e60944b2bbca00897f Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Sun, 17 Jun 2018 23:23:39 -0400 Subject: [PATCH] void-updates: add vlicense, revbump --- srcpkgs/void-updates/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/void-updates/template b/srcpkgs/void-updates/template index b3c3a13c223..db66692c211 100644 --- a/srcpkgs/void-updates/template +++ b/srcpkgs/void-updates/template @@ -1,7 +1,7 @@ # Template file for 'void-updates' pkgname=void-updates version=20180616 -revision=1 +revision=2 noarch=yes build_style=gnu-makefile depends="git curl" @@ -15,3 +15,7 @@ license="ISC" homepage="https://github.com/void-linux/void-updates" distfiles="${homepage}/archive/${version}.tar.gz" checksum=d885cb1e378aa3315dd5293a58be5729b98a2e1fb5f024105a8d8662e4f591cd + +post_install() { + vlicense LICENSE +}