summaryrefslogtreecommitdiff
path: root/extra/libhangul
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-08-05 17:37:10 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-08-05 17:37:10 +0200
commitae30753c6d386130aadfc8709c7f215a5eac9694 (patch)
tree3be7471b79bb89d6e2386b4e8494dd72303657e5 /extra/libhangul
parent084cd8cbce75d0b0eeb4aa6690cbf1cd5cdd0d07 (diff)
Fix libhangul source URL.
Diffstat (limited to 'extra/libhangul')
-rw-r--r--extra/libhangul/PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/libhangul/PKGBUILD b/extra/libhangul/PKGBUILD
index a3a99a4cd..0bd75b576 100644
--- a/extra/libhangul/PKGBUILD
+++ b/extra/libhangul/PKGBUILD
@@ -11,8 +11,7 @@ arch=('i686' 'x86_64' 'mips64el')
url='http://kldp.net/projects/hangul/'
license=('LGPL')
options=('!libtool')
-DLAGENTS=("http::/usr/bin/curl -A '' -fLC - --retry 3 --retry-delay 3 -o %o %u") # moronic httpd bans curl's user-agent
-source=("http://kldp.net/frs/download.php/${_filecode}/${pkgname}-${pkgver}.tar.gz")
+source=("https://libhangul.googlecode.com/files/libhangul-${pkgver}.tar.gz")
sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
build() {