From 943c9d2173ee5744a8d6a77d9830c4c98f5efb18 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 22 Jan 2019 14:43:16 -0600 Subject: [PATCH] tap-plugins: update to 1.0.1 --- srcpkgs/tap-plugins/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/tap-plugins/template b/srcpkgs/tap-plugins/template index b6d78712492..1d48c585f00 100644 --- a/srcpkgs/tap-plugins/template +++ b/srcpkgs/tap-plugins/template @@ -1,6 +1,6 @@ # Template file for 'tap-plugins' pkgname=tap-plugins -version=1.0.0 +version=1.0.1 revision=1 build_style=gnu-makefile make_use_env=yes @@ -10,12 +10,8 @@ maintainer="Olga Ustuzhanina " license="GPL-3.0-or-later" homepage="https://github.com/tomszilagyi/tap-plugins/" distfiles="https://github.com/tomszilagyi/${pkgname}/archive/v${version}.tar.gz" -checksum=ea94d8b20d8056e1b9ec6d252846713780fd2a268f3a3a772c362a10950d80cd +checksum=89c932bea903589db2717ca4d87013fea404b4123fc71acba5bc7cba18d3ecbb -pre_build() { - make_build_args="CC=${CC} LD=${LD}" -} - -do_configure() { - sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile +post_extract() { + sed 's|/usr/local/|$(DESTDIR)/usr/| ; /CC/s:=:?=:' -i Makefile }