From 9071994d804d2e63e2cdf50fb3360ea34cf725a5 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Tue, 13 Apr 2021 22:25:12 -0700 Subject: [PATCH] httpry: fix license, other lint --- srcpkgs/httpry/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/httpry/template b/srcpkgs/httpry/template index fca0351703b..b1f1890cdac 100644 --- a/srcpkgs/httpry/template +++ b/srcpkgs/httpry/template @@ -1,19 +1,19 @@ # Template file for 'httpry' pkgname=httpry version=0.1.8 -revision=1 +revision=2 +wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-makefile makedepends="libpcap-devel" short_desc="HTTP logging and information retrieval tool" maintainer="Florian Wagner " +license="GPL-2.0-only" homepage="http://dumpsterventures.com/jason/httpry/" -license="GPL-2" distfiles="https://github.com/jbittel/${pkgname}/archive/${pkgname}-${version}.tar.gz" checksum=b3bcbec3fc6b72342022e940de184729d9cdecb30aa754a2c994073447468cf0 -wrksrc="${pkgname}-${pkgname}-${version}" post_extract() { - sed -i -e'/^CC /d' \ + vsed -i -e'/^CC /d' \ -e 's/^CCFLAGS .*/CCFLAGS=$(CFLAGS) $(LDFLAGS)/' Makefile }