Date: Saturday, August 19, 2017 @ 20:30:12 Author: arojas Revision: 302902
Update to 8.6.7 Modified: tk/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-19 20:26:17 UTC (rev 302901) +++ PKGBUILD 2017-08-19 20:30:12 UTC (rev 302902) @@ -2,8 +2,8 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=tk -pkgver=8.6.6 -pkgrel=2 +pkgver=8.6.7 +pkgrel=1 pkgdesc="A windowing toolkit for use with tcl" arch=('i686' 'x86_64') url="http://tcl.sourceforge.net/" @@ -11,7 +11,7 @@ depends=("tcl=${pkgver}" 'libxss' 'libxft') options=('staticlibs') source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz) -sha1sums=('34d546496c05014349cf5edad6696c125ad4f9ea') +sha1sums=('eb58b4523f376fdf8b1f4439a958227ada52e2c8') build() { cd tk${pkgver}/unix
