[arch-commits] Commit in expectk/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Oct 31 13:36:46 UTC 2009
Date: Saturday, October 31, 2009 @ 09:36:46
Author: allan
Revision: 57284
upgpkg: expectk 5.44.1.10-2
FHS man packages
Modified:
expectk/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-10-31 13:36:41 UTC (rev 57283)
+++ PKGBUILD 2009-10-31 13:36:46 UTC (rev 57284)
@@ -3,16 +3,16 @@
pkgname=expectk
pkgver=5.44.1.10
-pkgrel=1
+pkgrel=2
pkgdesc="An X and Tk variant of expect, a tool for automating interactive applications"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://expect.nist.gov/"
+license=('custom')
depends=("expect=${pkgver}" 'tk>=8.5.0')
# CVS checkout on gerolde.
source=(ftp://ftp.archlinux.org/other/expect/expect-${pkgver}.tar.bz2)
+#source=(http://expect.nist.gov/src/expect-${pkgver}.tar.bz2)
md5sums=('da02c862015da2d67f72f1693adab0db')
-#source=(http://expect.nist.gov/src/expect-${pkgver}.tar.bz2)
-license=('custom')
build() {
# stuff to build.
More information about the arch-commits
mailing list