summaryrefslogtreecommitdiff
path: root/extra/tk/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/tk/PKGBUILD')
-rw-r--r--extra/tk/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/tk/PKGBUILD b/extra/tk/PKGBUILD
index 4b1807027..cb89106d8 100644
--- a/extra/tk/PKGBUILD
+++ b/extra/tk/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 90372 2010-09-11 03:52:30Z allan $
+# $Id: PKGBUILD 128929 2011-06-25 14:10:32Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=tk
-pkgver=8.5.9
+pkgver=8.5.10
pkgrel=1
pkgdesc="A windowing toolkit for use with tcl"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://tcl.sourceforge.net/"
license=('custom')
depends=("tcl=${pkgver}" 'libxss' 'libxft')
source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
-md5sums=('7cdeb9feb61593f58a0ae61f2497580e')
+md5sums=('adfdaca46cc95fec8557df8ecdb0715c')
build() {
cd ${srcdir}/tk${pkgver}/unix