From b0b37c34e952aae27c96e95584a33f5bf7605bc9 Mon Sep 17 00:00:00 2001 From: 42LoCo42 Date: Wed, 24 Mar 2021 14:24:08 +0100 Subject: [PATCH] void-updates: update to 20210324. --- srcpkgs/void-updates/template | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/srcpkgs/void-updates/template b/srcpkgs/void-updates/template index ab6cd4a96253..14547301bfb6 100644 --- a/srcpkgs/void-updates/template +++ b/srcpkgs/void-updates/template @@ -1,21 +1,17 @@ # Template file for 'void-updates' +# vim: set ft=bash: pkgname=void-updates -version=20190330 +version=20210324 revision=2 build_style=gnu-makefile -depends="git curl" +depends="git" short_desc="Void Linux package updates" -maintainer="Orphaned " -license="ISC" -homepage="https://github.com/void-linux/void-updates" +maintainer="Leon Schumacher " +license="GPL-3.0-or-later" +homepage="https://github.com/42LoCo42/void-updates" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=d87d6e3995dd65dabdc1b0bbd96070d78237c443aeff00766096e60263c108df +checksum=a39a7129e1dc78b5f6d9be904984ed13399078adb8584f1c0c9efb07cb4cf655 system_accounts="voidupdates" voidupdates_homedir="/var/cache/void-updates" -voidupdates_groups="xbuilder" make_dirs="/var/cache/void-updates 0755 voidupdates voidupdates" - -post_install() { - vlicense LICENSE -}