diff --git a/lfs/gettext-0.22.5.PKGBUILD b/lfs/gettext-0.24.PKGBUILD similarity index 64% rename from lfs/gettext-0.22.5.PKGBUILD rename to lfs/gettext-0.24.PKGBUILD index 8aac290..6fbd227 100644 --- a/lfs/gettext-0.22.5.PKGBUILD +++ b/lfs/gettext-0.24.PKGBUILD @@ -1,5 +1,5 @@ pkgname=gettext -pkgver=0.22.5 +pkgver=0.24 pkgdesc="GNU internationalization library" homepage="https://www.gnu.org/software/gettext/" license=( @@ -10,7 +10,7 @@ license=( ) sources=("${pkgname}-${pkgver}.tar.xz") urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}") -md5sums=("3ae5580599d84be93e6213930facb2db") +md5sums=("87aea3013802a3c60fa3feb5c7164069") src_prepare() { tar -xf ${distdir}/${sources[0]} --strip-components=1 @@ -19,12 +19,11 @@ src_prepare() { src_build() { ./configure --prefix=/usr \ --disable-static \ - --docdir=/usr/share/doc/gettext-0.22.5 + --docdir=/usr/share/doc/${pkgname}-${pkgver} make } src_check() { - leaf_record_message "If zh_CN.UTF-8 has been defined, then 5 tests are known to fail without libunistring:\n\ttest-ctype_alnum\n\ttest-ctype_alpha\n\ttest-ctype_graph\n\ttest-ctype_print\n\ttest-ctype_punct" make -k check }