[arch-commits] CVS update of extra/lib/libhangul (PKGBUILD)

Damir Perisa damir at archlinux.org
Thu Jul 12 09:57:06 UTC 2007


    Date: Thursday, July 12, 2007 @ 05:57:06
  Author: damir
    Path: /home/cvs-extra/extra/lib/libhangul

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: libhangul 0.0.6-1


----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


Index: extra/lib/libhangul/PKGBUILD
diff -u extra/lib/libhangul/PKGBUILD:1.3 extra/lib/libhangul/PKGBUILD:1.4
--- extra/lib/libhangul/PKGBUILD:1.3	Mon Jan  8 15:11:35 2007
+++ extra/lib/libhangul/PKGBUILD	Thu Jul 12 05:57:06 2007
@@ -1,18 +1,20 @@
-# $Id: PKGBUILD,v 1.3 2007/01/08 20:11:35 damir Exp $
+# $Id: PKGBUILD,v 1.4 2007/07/12 09:57:06 damir Exp $
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=libhangul
-pkgver=0.0.4
+pkgver=0.0.6
+kldpnumber=3973
 pkgrel=1
 pkgdesc="Common Input Library for Korean IMEngine"
 url="http://kldp.net/projects/hangul/";
 arch=("i686" "x86_64")
 depends=('glibc')
 license=("LGPL")
-source=("http://kldp.net/frs/download.php/3733/${pkgname}-${pkgver}.tgz")
+source=("http://kldp.net/frs/download.php/${kldpnumber}/${pkgname}-${pkgver}.tgz")
 
 
 build() {
+	
 	cd ${startdir}/src/${pkgname}-${pkgver}
 	./configure --prefix=/usr
 	make || return 1
@@ -20,4 +22,3 @@
 	find ${startdir}/pkg -name '*.la' -exec rm {} \;
 }
 
-md5sums=('a32301e03a381917cb2ec836a43a9664')




More information about the arch-commits mailing list