From 5d2bc4f4176fa0888239abed6926c60b09549097 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 27 Aug 2022 21:09:50 -0400 Subject: [PATCH] libselinux: remove unused/unnecessary deps --- srcpkgs/libselinux/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libselinux/template b/srcpkgs/libselinux/template index fdd8d639932..bd4b47e0800 100644 --- a/srcpkgs/libselinux/template +++ b/srcpkgs/libselinux/template @@ -1,17 +1,17 @@ # Template file for 'libselinux' pkgname=libselinux version=3.0 -revision=1 +revision=2 +_tag=20191204 build_style=gnu-makefile make_install_args="SHLIBDIR=/usr/lib SBINDIR=/usr/bin" -hostmakedepends="pkgconf python ruby xz swig" +hostmakedepends="pkg-config" makedepends="libsepol-devel pcre-devel" -depends="libsepol pcre" short_desc="SELinux library and simple utilities" maintainer="Anjandev Momi " license="GPL-2.0-only" homepage="https://www.nsa.gov/what-we-do/research/selinux/" -distfiles="https://github.com/SELinuxProject/selinux/releases/download/20191204/${pkgname}-${version}.tar.gz" +distfiles="https://github.com/SELinuxProject/selinux/releases/download/${_tag}/${pkgname}-${version}.tar.gz" checksum=2ea2b30f671dae9d6b1391cbe8fb2ce5d36a3ee4fb1cd3c32f0d933c31b82433 if [ "$XBPS_TARGET_LIBC" = musl ]; then