diff options
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/tcl/ChangeLog | 16 | ||||
-rw-r--r-- | abs/core/tcl/PKGBUILD | 12 |
2 files changed, 8 insertions, 20 deletions
diff --git a/abs/core/tcl/ChangeLog b/abs/core/tcl/ChangeLog deleted file mode 100644 index 0aeabc7..0000000 --- a/abs/core/tcl/ChangeLog +++ /dev/null @@ -1,16 +0,0 @@ -2008-12-24 Allan McRae <allan@archlinux.org> - * 8.5.6-1 : - new upstream release - -2008-10-16 Allan McRae <allan@archlinux.org> - * 8.5.5-1 : - new upstream release - -2008-08-16 Allan McRae <allan@archlinux.org> - * 8.5.4-1 : - new upstream release - FHS man directory - -2008-07-01 Allan McRae <allan@archlinux.org> - * 8.5.3-1 : - new upstream release. diff --git a/abs/core/tcl/PKGBUILD b/abs/core/tcl/PKGBUILD index acce9e8..73f1461 100644 --- a/abs/core/tcl/PKGBUILD +++ b/abs/core/tcl/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 90377 2010-09-11 03:54:51Z allan $ +# $Id: PKGBUILD 142555 2011-11-12 07:19:34Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Committer: Judd Vinet <jvinet@zeroflux.org> pkgname=tcl -pkgver=8.5.9 +pkgver=8.5.11 pkgrel=1 pkgdesc="The Tcl scripting language" arch=('i686' 'x86_64') url="http://tcl.sourceforge.net/" license=('custom') -depends=('glibc') source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz) -md5sums=('8512d8db3233041dd68a81476906012a') +md5sums=('b01a9691c83990b3db0ce62d1012ca67') build() { cd ${srcdir}/tcl${pkgver}/unix @@ -25,6 +24,11 @@ build() { make } +#check() { +# cd ${srcdir}/tcl${pkgver}/unix +# make test +#} + package() { cd ${srcdir}/tcl${pkgver}/unix |