[arch-commits] Commit in libhangul/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Wed Aug 15 15:22:21 UTC 2012


    Date: Wednesday, August 15, 2012 @ 11:22:20
  Author: bisson
Revision: 165320

update URLs

Modified:
  libhangul/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-15 14:54:28 UTC (rev 165319)
+++ PKGBUILD	2012-08-15 15:22:20 UTC (rev 165320)
@@ -5,14 +5,12 @@
 pkgname=libhangul
 pkgver=0.1.0
 pkgrel=1
-_filecode=6000
+url='http://code.google.com/p/libhangul/'
 pkgdesc='Input method library for Korean'
-arch=('i686' 'x86_64')
-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")
+arch=('i686' 'x86_64')
+source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
 
 build() {




More information about the arch-commits mailing list