Package Details: connect 1.105-4

Git Clone URL: https://aur.archlinux.org/connect.git (read-only, click to copy)
Package Base: connect
Description: makes socket connection using SOCKS4/5 and HTTP tunnel.
Upstream URL: https://github.com/gotoh/ssh-connect
Licenses: GPL
Submitter: None
Maintainer: jose1711 (Strykar)
Last Packager: Strykar
Votes: 9
Popularity: 0.000000
First Submitted: 2011-01-20 12:38 (UTC)
Last Updated: 2022-11-27 17:37 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

<deleted-account> commented on 2011-09-01 08:22 (UTC)

Damn, it changes so frequently that every time i have to modify the PKGBUILD myself. This "gotoh" or something is so unreliable. I suggest to use the source package in debian/ubuntu mirrors, so the PKGBUILD would be more stable. I see no breaking update in this package, so stay with debian/ubuntu would be fine.

bongo commented on 2011-06-29 18:58 (UTC)

The checksum changed for whatever reson, it's now b76c31c5b8546a94cf3cef3f433b419c9c960df47e518dd25e950a296fab628e

<deleted-account> commented on 2011-06-03 11:58 (UTC)

Hi, directory structure changed in the tarball. Updated PKGBUILD: # Maintainer: Damien Churchill <damoxc@gmail.com> pkgname=connect pkgver=1.101 pkgrel=1 pkgdesc="makes socket connection using SOCKS4/5 and HTTP tunnel." arch=('i686' 'x86_64') url="https://bitbucket.org/gotoh/connect" license=('GPL') depends=() makedepends=() source=(https://bitbucket.org/gotoh/connect/get/${pkgver}.tar.bz2) sha256sums=('65b5ad2b13aee54febcee56cec7574ebc9c03008d1fc925cdfc7c6f0f01f03dc') hgversion='gotoh-connect-cf9579815b7e' build() { cd "${srcdir}/${hgversion}" make } package() { cd "${srcdir}/${hgversion}" mkdir -p ${pkgdir}/usr/bin cp connect ${pkgdir}/usr/bin }