File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed
Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 11# Template file for 'libhangul'
22pkgname=libhangul
3- version=0.1 .0
4- revision=3
3+ version=0.2 .0
4+ revision=1
55build_style=gnu-configure
6- hostmakedepends="automake gettext-devel libtool pkg-config"
76configure_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"
99maintainer="Michael Aldridge <
[email protected] >"
1010license="LGPL-2.1-or-later"
1111homepage="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
2315libhangul-devel_package() {
2416 depends="libhangul-${version}_${revision}"
You can’t perform that action at this time.
0 commit comments