Skip to content

Commit 9ecca21

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

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

srcpkgs/libhangul/template

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
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="gettext 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"
12-
distfiles="https://github.com/libhangul/libhangul/archive/libhangul-${version}.tar.gz"
13-
checksum=e2a81ef159ed098d3cc1a20377dba6204821b7ce2bc24cfb2f2543adf3bc5830
14-
15-
post_extract() {
16-
sed -i '/AM_GNU_GETTEXT_VERSION/s/0.18/0.20/' configure.ac
17-
}
18-
19-
pre_configure() {
20-
./autogen.sh
21-
}
12+
distfiles="https://github.com/libhangul/libhangul/releases/download/libhangul-${version}/libhangul-${version}.tar.gz"
13+
checksum=ea04e6a0cf4840a2a3b5641c1761068c78691036db839d0838f4e7a6553a5120
2214

2315
libhangul-devel_package() {
2416
depends="libhangul-${version}_${revision}"

0 commit comments

Comments
 (0)