From 2713b53c42538e9a880be87b6ffd13703a818a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 14 Jan 2017 11:05:44 +0100 Subject: [PATCH] musl-fts: update to 1.2.7 --- srcpkgs/musl-fts/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/musl-fts/template b/srcpkgs/musl-fts/template index faa0edd4c16..7af292ddefa 100644 --- a/srcpkgs/musl-fts/template +++ b/srcpkgs/musl-fts/template @@ -1,6 +1,6 @@ # Template file for 'musl-fts' pkgname=musl-fts -version=1.2.6 +version=1.2.7 revision=1 build_style=gnu-configure hostmakedepends="automake libtool" @@ -10,9 +10,12 @@ maintainer="Jürgen Buchmüller " license="BSD" homepage="http://github.com/pullmoll/musl-fts" distfiles="https://github.com/pullmoll/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=e87494dad1c07d4731c6a289fcb2b1bae74828f062a068a80db1b81ca8fa5386 +checksum=49ae567a96dbab22823d045ffebe0d6b14b9b799925e9ca9274d47d26ff482a6 pre_configure() { + # Remove the pkgconfig_DATA we don't use or need + # TODO: find how pkgconfigdir is set in order to keep this line + sed -i "/pkgconfig_DATA/d" Makefile.am ./bootstrap.sh } post_install() {