summaryrefslogtreecommitdiffstats
path: root/abs/core/tk
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/tk')
-rw-r--r--abs/core/tk/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/tk/PKGBUILD b/abs/core/tk/PKGBUILD
index f1d6d46..b9bf237 100644
--- a/abs/core/tk/PKGBUILD
+++ b/abs/core/tk/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 142557 2011-11-12 07:19:37Z allan $
+# $Id: PKGBUILD 170723 2012-11-10 04:52:11Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=tk
-pkgver=8.5.11
+pkgver=8.5.13
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=('b61b72f0aad230091b100746f078b8f1')
+md5sums=('1fc7dbb7495160756dbc805224afa360')
build() {
cd ${srcdir}/tk${pkgver}/unix