From f5a1641b4391122db7b5874ab7950837dd51ac29 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 14 Feb 2021 20:56:29 +0100 Subject: [PATCH] libite: update to 2.3.1. --- srcpkgs/libite/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libite/template b/srcpkgs/libite/template index 76d67b0df8..f7d6bfadc8 100644 --- a/srcpkgs/libite/template +++ b/srcpkgs/libite/template @@ -1,6 +1,6 @@ # Template file for 'libite' pkgname=libite -version=2.2.0 +version=2.3.1 revision=1 build_style=gnu-configure hostmakedepends="automake libtool" @@ -10,7 +10,7 @@ license="MIT, ISC, BSD-2-Clause, BSD-3-Clause" homepage="https://github.com/troglobit/libite" changelog="https://raw.githubusercontent.com/troglobit/libite/master/ChangeLog.md" distfiles="https://github.com/troglobit/libite/archive/v${version}.tar.gz" -checksum=642e591b0f678e2c1dfe71590457a2a19e3a5f18728b7ec1221c348af603fd0b +checksum=d6a01bcfae45db066c771db03996882110dca2222444ee13160bf29bfb206da7 pre_configure() { ./autogen.sh @@ -21,6 +21,11 @@ post_install() { rm -rf ${DESTDIR}/usr/share/doc/libite } +pre_check() { + # avoid installing which for testing a which function + vsed -e 's;/usr/bin/which;/usr/bin/id;' -i tests/which.c +} + libite-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files"