Date: Saturday, June 25, 2011 @ 10:10:32 Author: allan Revision: 128929
upgpkg: tk 8.5.10-1 upstream update Modified: tk/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-06-25 14:09:40 UTC (rev 128928) +++ PKGBUILD 2011-06-25 14:10:32 UTC (rev 128929) @@ -3,7 +3,7 @@ # Contributor: Judd Vinet <[email protected]> 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 @@ 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
