From a481c3aa9e94d8bcc8aed92e6937b9a699f6c82c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 30 Apr 2017 09:44:58 +0200 Subject: [PATCH] spiped: update to 1.6.0. --- srcpkgs/spiped/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/spiped/template b/srcpkgs/spiped/template index 1c59dc00876..712780ea18c 100644 --- a/srcpkgs/spiped/template +++ b/srcpkgs/spiped/template @@ -1,7 +1,7 @@ # Template file for 'spiped' pkgname=spiped -version=1.5.0 -revision=8 +version=1.6.0 +revision=1 build_style=gnu-makefile makedepends="libressl-devel" short_desc="The spiped secure pipe daemon" @@ -9,12 +9,8 @@ maintainer="Juan RP " license="2-clause-BSD" homepage="http://www.tarsnap.com/spiped.html" distfiles="http://www.tarsnap.com/spiped/spiped-${version}.tgz" -checksum=b2f74b34fb62fd37d6e2bfc969a209c039b88847e853a49e91768dec625facd7 +checksum=e6f7f8f912172c3ad55638af8346ae7c4ecaa92aed6d3fb60f2bda4359cba1e4 -pre_install() { - # remove hardcoded strip(1) - sed -i '/strip .*/d' */Makefile -} pre_build() { export LDADD_EXTRA="$LDFLAGS" }