summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7352d28a60c..fdaa6e667036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Denis Kasak <dkasak|AT|termina.org.uk>
+# Contributor: Denis Kasak <dkasak|AT|termina.org.uk>
pkgname=python-pysocks-git
_projectname=pysocks
-pkgver=20150605
+pkgver=20190919
pkgrel=1
pkgdesc='Routes sockets of any TCP service through a SOCKS4, SOCKS5 or HTTP proxy (Anorov fork of socksipy)'
arch=('any')
@@ -13,7 +13,7 @@ provides=('socksipy')
conflicts=('socksipy')
makedepends=('git')
source=('setup.py'
- "$_projectname::git+git://github.com/Anorov/PySocks.git")
+ "$_projectname::git+https://github.com/Anorov/PySocks.git")
md5sums=('46900e68be3f54a3bba2199faba326df'
'SKIP')