[arch-commits] CVS update of extra/devel/tk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 1 18:50:36 UTC 2008


    Date: Tuesday, January 1, 2008 @ 13:50:36
  Author: andyrtr
    Path: /home/cvs-extra/extra/devel/tk

Modified: PKGBUILD (1.28 -> 1.29)

upgpkg: tk 8.5.0-1


----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Index: extra/devel/tk/PKGBUILD
diff -u extra/devel/tk/PKGBUILD:1.28 extra/devel/tk/PKGBUILD:1.29
--- extra/devel/tk/PKGBUILD:1.28	Sun Nov 11 17:35:19 2007
+++ extra/devel/tk/PKGBUILD	Tue Jan  1 13:50:36 2008
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.28 2007/11/11 22:35:19 andyrtr Exp $
+# $Id: PKGBUILD,v 1.29 2008/01/01 18:50:36 andyrtr Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Committer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=tk
-pkgver=8.4.16
-pkgrel=2
+pkgver=8.5.0
+pkgrel=1
 pkgdesc="A windowing toolkit for use with tcl"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('custom')
 depends=("tcl=${pkgver}" 'libx11')
 source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
-md5sums=('24d18fbebe3bb8853e418431be01bf2c')
+md5sums=('bc217c45ed6b2f5b8d3120df63fa13bd')
 
 build() {
   cd ${startdir}/src/tk${pkgver}/unix
@@ -19,7 +19,7 @@
 fi
   make
   make INSTALL_ROOT=${startdir}/pkg install install-private-headers
-  ln -sf wish8.4 ${startdir}/pkg/usr/bin/wish
+  ln -sf wish8.5 ${startdir}/pkg/usr/bin/wish
   # install license
   install -Dm644 ../license.terms $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 




More information about the arch-commits mailing list