Skip to content

Commit e6433fe

Browse files
committed
libhangul: update to 0.2.0.
1 parent d0b3362 commit e6433fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

srcpkgs/libhangul/template

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Template file for 'libhangul'
22
pkgname=libhangul
3-
version=0.1.0
4-
revision=3
3+
version=0.2.0
4+
revision=1
55
build_style=gnu-configure
6-
hostmakedepends="automake gettext-devel libtool pkg-config"
76
configure_args="--disable-static"
8-
short_desc="A library to support hangul input and character classification"
7+
hostmakedepends="automake gettext-devel libtool pkg-config"
8+
short_desc="Library to support hangul input and character classification"
99
maintainer="Michael Aldridge <[email protected]>"
1010
license="LGPL-2.1-or-later"
1111
homepage="https://github.com/libhangul/libhangul"
1212
distfiles="https://github.com/libhangul/libhangul/archive/libhangul-${version}.tar.gz"
13-
checksum=e2a81ef159ed098d3cc1a20377dba6204821b7ce2bc24cfb2f2543adf3bc5830
13+
checksum=db9a256ff1e2c639ea8168f5e8741dae95ad7ea563f257b1dbd098afd8e48487
1414

1515
post_extract() {
16-
sed -i '/AM_GNU_GETTEXT_VERSION/s/0.18/0.20/' configure.ac
16+
sed -i '/AM_GNU_GETTEXT_VERSION/s/0.23.1/0.22/' configure.ac
1717
}
1818

1919
pre_configure() {

0 commit comments

Comments
 (0)