[arch-commits] Commit in httptunnel/trunk (PKGBUILD)
Eric Belanger
eric at archlinux.org
Sun Aug 17 02:39:29 UTC 2008
Date: Saturday, August 16, 2008 @ 22:39:28
Author: eric
Revision: 9003
adding md5sums
Modified:
httptunnel/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-08-17 02:38:02 UTC (rev 9002)
+++ PKGBUILD 2008-08-17 02:39:28 UTC (rev 9003)
@@ -6,8 +6,11 @@
pkgver=3.3
pkgrel=1
pkgdesc="httptunnel creates a bidirectional virtual data connection tunnelled in HTTP requests"
+arch=(i686 x86_64)
+url="http://www.nocrew.org/software/httptunnel"
source=(http://www.nocrew.org/software/httptunnel/$pkgname-$pkgver.tar.gz)
-url="http://www.nocrew.org/software/httptunnel"
+md5sums=('493cc0f5f21e9955db27ee9cd9a976d5')
+
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
More information about the arch-commits
mailing list