From f505892b9550c2e2a6f98c4b1b0ad2568f49e79d Mon Sep 17 00:00:00 2001 From: Matthias von Faber Date: Tue, 21 Jul 2020 08:36:23 +0200 Subject: [PATCH] xtools: depend on spdx-licenses-list (for xlint) --- srcpkgs/xtools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xtools/template b/srcpkgs/xtools/template index c3e2c257ba3..758a6912634 100644 --- a/srcpkgs/xtools/template +++ b/srcpkgs/xtools/template @@ -1,10 +1,10 @@ # Template file for 'xtools' pkgname=xtools version=0.59 -revision=1 +revision=2 archs="noarch" build_style=gnu-makefile -depends="bash curl findutils git make xbps" +depends="bash curl findutils git make spdx-licenses-list xbps" short_desc="Opinionated helpers for working with XBPS" maintainer="Leah Neukirchen " license="Public Domain"