From b5bc664eaaa2dfdf9dc9399d9a84417c21a8830a Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Sun, 17 Jun 2018 23:20:13 -0400 Subject: [PATCH] xbps-static: update distfiles url, add vlicense, revbump --- srcpkgs/xbps-static/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xbps-static/template b/srcpkgs/xbps-static/template index d15668b52c8..42ebf846312 100644 --- a/srcpkgs/xbps-static/template +++ b/srcpkgs/xbps-static/template @@ -2,7 +2,7 @@ # NOTE: keep this package synchronized with "srcpkgs/xbps". pkgname=xbps-static version=0.52 -revision=1 +revision=2 wrksrc="xbps-${version}" build_style=configure hostmakedepends="pkg-config" @@ -12,7 +12,7 @@ short_desc="The XBPS package system utilities - static binaries" maintainer="Juan RP " license="BSD-2-Clause" homepage="https://www.voidlinux.eu/xbps" -distfiles="https://github.com/voidlinux/xbps/archive/$version.tar.gz" +distfiles="https://github.com/void-linux/xbps/archive/$version.tar.gz" checksum=f9a584d286c28eaf5a00f2e0ea9a8124b2200d50ecb62d26adcabe51f328b551 case "$XBPS_TARGET_MACHINE" in @@ -31,3 +31,8 @@ do_install() { vmkdir usr/bin mv ${wrksrc}/static-install/usr/bin/*.static ${DESTDIR}/usr/bin } + +post_install() { + vlicense COPYING + vlicense COPYING.3RDPARTY +}