From 26e5ce6866a5acf298a884641974c019ac4fe1f1 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Wed, 28 Nov 2012 09:27:12 -0600
Subject: tcl/tk  8.5.13

---
 abs/core/tcl/PKGBUILD | 14 +++++++-------
 abs/core/tk/PKGBUILD  |  6 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/abs/core/tcl/PKGBUILD b/abs/core/tcl/PKGBUILD
index 73f1461..19b78fc 100644
--- a/abs/core/tcl/PKGBUILD
+++ b/abs/core/tcl/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 142555 2011-11-12 07:19:34Z allan $
+# $Id: PKGBUILD 170721 2012-11-10 04:48:01Z allan $
 # Maintainer: Allan McRae <allan@archlinux.org>
 # Committer: Judd Vinet <jvinet@zeroflux.org>
 
 pkgname=tcl
-pkgver=8.5.11
+pkgver=8.5.13
 pkgrel=1
 pkgdesc="The Tcl scripting language"
 arch=('i686' 'x86_64')
 url="http://tcl.sourceforge.net/"
 license=('custom')
 source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
-md5sums=('b01a9691c83990b3db0ce62d1012ca67')
+md5sums=('fa3a9bf9b2d6ed2431f1baa46f4058b8')
 
 build() {
   cd ${srcdir}/tcl${pkgver}/unix
@@ -24,10 +24,10 @@ build() {
   make
 }
 
-#check() {
-#  cd ${srcdir}/tcl${pkgver}/unix
-#  make test
-#}
+check() {
+  cd ${srcdir}/tcl${pkgver}/unix
+  make test
+}
 
 package()
 {
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
-- 
cgit v0.12