summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aba1a024f059..278ed6e26eb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pysocks-git
pkgdesc = Routes sockets of any TCP service through a SOCKS4, SOCKS5 or HTTP proxy (Anorov fork of socksipy)
- pkgver = 20150605
+ pkgver = 20190919
pkgrel = 1
url = https://github.com/Anorov/PySocks
arch = any
@@ -10,9 +10,8 @@ pkgbase = python-pysocks-git
provides = socksipy
conflicts = socksipy
source = setup.py
- source = pysocks::git+git://github.com/Anorov/PySocks.git
+ source = pysocks::git+https://github.com/Anorov/PySocks.git
md5sums = 46900e68be3f54a3bba2199faba326df
md5sums = SKIP
pkgname = python-pysocks-git
-
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')