diff --git a/srcpkgs/libhangul/template b/srcpkgs/libhangul/template index bf34c21359d93d..714156f361c028 100644 --- a/srcpkgs/libhangul/template +++ b/srcpkgs/libhangul/template @@ -1,24 +1,16 @@ # Template file for 'libhangul' pkgname=libhangul -version=0.1.0 -revision=3 +version=0.2.0 +revision=1 build_style=gnu-configure -hostmakedepends="automake gettext-devel libtool pkg-config" configure_args="--disable-static" -short_desc="A library to support hangul input and character classification" +hostmakedepends="gettext pkg-config" +short_desc="Library to support hangul input and character classification" maintainer="Michael Aldridge " license="LGPL-2.1-or-later" homepage="https://github.com/libhangul/libhangul" -distfiles="https://github.com/libhangul/libhangul/archive/libhangul-${version}.tar.gz" -checksum=e2a81ef159ed098d3cc1a20377dba6204821b7ce2bc24cfb2f2543adf3bc5830 - -post_extract() { - sed -i '/AM_GNU_GETTEXT_VERSION/s/0.18/0.20/' configure.ac -} - -pre_configure() { - ./autogen.sh -} +distfiles="https://github.com/libhangul/libhangul/releases/download/libhangul-${version}/libhangul-${version}.tar.gz" +checksum=ea04e6a0cf4840a2a3b5641c1761068c78691036db839d0838f4e7a6553a5120 libhangul-devel_package() { depends="libhangul-${version}_${revision}"