spiped: update to 1.6.0.

This commit is contained in:
Juan RP 2017-04-30 09:44:58 +02:00
parent 1cade96ef9
commit a481c3aa9e

View file

@ -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 <xtraeme@voidlinux.eu>"
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"
}