diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-25 01:00:34 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-25 01:00:34 (GMT) |
commit | 1c0216f125d654fbde005e5ea3bcbfbade951629 (patch) | |
tree | 520407baa86f8d6e70f4853ea81cc2cc162c74ed | |
parent | eb861bc58de3fad8d1203c38db244cd3bab59549 (diff) | |
download | linhes_pkgbuild-1c0216f125d654fbde005e5ea3bcbfbade951629.zip linhes_pkgbuild-1c0216f125d654fbde005e5ea3bcbfbade951629.tar.gz linhes_pkgbuild-1c0216f125d654fbde005e5ea3bcbfbade951629.tar.bz2 |
expect: bump add dep tk and rebuild
-rw-r--r-- | abs/core-testing/expect/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/expect/PKGBUILD b/abs/core-testing/expect/PKGBUILD index c8705c6..0f2f46b 100644 --- a/abs/core-testing/expect/PKGBUILD +++ b/abs/core-testing/expect/PKGBUILD @@ -3,10 +3,10 @@ pkgname=expect pkgver=5.44.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="A tool for automating interactive applications" arch=(i686 x86_64) -depends=('tcl>=8.5.0') +depends=('tcl>=8.5.0' 'tk>=8.5.0') makedepends=('tk>=8.5.0') tcltkver=8.5.0 source=(ftp://ftp.archlinux.org/other/expect/expect-$pkgver.tar.bz2 |