From 181033f4046cf3842669da9c645a65a63eebe5f7 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Sun, 17 Jun 2018 23:19:38 -0400 Subject: [PATCH] xbps: update distfiles url, add vlicense, revbump --- srcpkgs/xbps/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index a3b46363b3..2fd4cc660f 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,14 +1,14 @@ # Template file for 'xbps' pkgname=xbps version=0.52 -revision=6 +revision=7 bootstrap=yes build_style=configure short_desc="The XBPS package system utilities" maintainer="Juan RP " -homepage="https://github.com/voidlinux/xbps" -license="2-clause-BSD" -distfiles="https://github.com/voidlinux/xbps/archive/$version.tar.gz" +homepage="https://github.com/void-linux/xbps" +license="BSD-2-Clause" +distfiles="https://github.com/void-linux/xbps/archive/$version.tar.gz" checksum=f9a584d286c28eaf5a00f2e0ea9a8124b2200d50ecb62d26adcabe51f328b551 CFLAGS='-Wno-error' @@ -54,6 +54,8 @@ post_install() { esac vmkdir etc/xbps.d touch ${DESTDIR}/etc/xbps.d/.empty + vlicense COPYING + vlicense COPYING.3RDPARTY } libxbps_package() {