From 37c5b89b701feff0002ff1e09d80d80aa674e198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 10 Jun 2021 08:17:46 +0700 Subject: [PATCH] trousers: use sourceforge distfiles again --- srcpkgs/trousers/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/trousers/template b/srcpkgs/trousers/template index 5d962adec91..8c6355f8660 100644 --- a/srcpkgs/trousers/template +++ b/srcpkgs/trousers/template @@ -6,16 +6,14 @@ create_wrksrc=yes build_style=gnu-configure conf_files="/etc/tcsd.conf" makedepends="openssl-devel" -system_accounts=tss -tss_homedir=/var/lib/tpm short_desc="Trusted Computing Software Stack for the TPM" maintainer="Toyam Cox " license="BSD-3-Clause" homepage="http://trousers.sourceforge.net/" -# distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -distfiles="https://sources.voidlinux.org/trousers-${version}/trousers-${version}.tar.gz" +distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=ce50713a261d14b735ec9ccd97609f0ad5ce69540af560e8c3ce9eb5f2d28f47 - +system_accounts=tss +tss_homedir=/var/lib/tpm make_dirs="/var/lib/tpm 0700 tss tss" CFLAGS="-fcommon"