Date: Friday, November 20, 2009 @ 00:45:12
  Author: allan
Revision: 59073

upgpkg: tk 8.5.8-1
    upstream update

Modified:
  tk/trunk/PKGBUILD
Deleted:
  tk/trunk/ChangeLog

-----------+
 ChangeLog |   26 --------------------------
 PKGBUILD  |    5 ++---
 2 files changed, 2 insertions(+), 29 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog   2009-11-20 05:44:50 UTC (rev 59072)
+++ ChangeLog   2009-11-20 05:45:12 UTC (rev 59073)
@@ -1,26 +0,0 @@
-2000-04-28  Allan McRae <al...@archlinux.org>
-       * 8.5.7-1 :
-       new upstream release
-       include private headers (FS#14388)
-
-2008-12-24  Allan McRae <al...@archlinux.org>
-       * 8.5.6-1 :
-       new upstream release
-
-2008-10-16  Allan McRae <al...@archlinux.org>
-       * 8.5.5-1 :
-       new upstream release
-
-2008-08-20  Allan McRae <al...@archlinux.org>
-       * 8.5.4-2 :
-       Remove xproto compatibility patch as no longer needed
-
-2008-08-16  Allan McRae <al...@archlinux.org>
-       * 8.5.4-1 :
-       new upstream release
-       FHS man pages
-
-2008-07-01  Allan McRae <al...@archlinux.org>
-       * 8.5.3-1 :
-       new upstream release
-       added patch for xproto-7.0.13 compatibility

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2009-11-20 05:44:50 UTC (rev 59072)
+++ PKGBUILD    2009-11-20 05:45:12 UTC (rev 59073)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet <jvi...@zeroflux.org>
 
 pkgname=tk
-pkgver=8.5.7
+pkgver=8.5.8
 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=('0764f63ae2106b4774c4ecb0ef391610')
+md5sums=('13bf90602e16fc530e05196431021dc6')
 
 build() {
   cd ${srcdir}/tk${pkgver}/unix  
@@ -35,7 +35,6 @@
   # install license
   install -Dm644 license.terms ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 
-
   # remove buildroot traces / fixes #3602
   sed -i \
   -e "s,^TK_BUILD_LIB_SPEC='-L.*/unix,TK_BUILD_LIB_SPEC='-L/usr/lib," \

Reply via email to