libite: update to 2.4.1.

This commit is contained in:
Duncaen 2021-10-22 21:14:18 +02:00
parent 409cf24df2
commit 69e98b735b
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'libite'
pkgname=libite
version=2.4.0
version=2.4.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=5fe375f1350c487337502c7fb6e8a67ff0fb275d7b3934e196fe250ac0a7ad72
checksum=5c5e8a75a45910a5313ec43268c5c0dda9282777a90f9a857293e26ee0696598
pre_configure() {
./autogen.sh
@ -23,7 +23,7 @@ post_install() {
pre_check() {
# avoid installing which for testing a which function
vsed -e 's;/usr/bin/which;/usr/bin/id;' -i tests/which.c
vsed -e 's;/usr/bin/which;/usr/bin/id;' -i test/which.c
}
libite-devel_package() {