libite: update to 2.4.1.
This commit is contained in:
parent
409cf24df2
commit
69e98b735b
1 changed files with 3 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue