summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 278ed6e26eb2..b1ea835777ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-pysocks-git
pkgdesc = Routes sockets of any TCP service through a SOCKS4, SOCKS5 or HTTP proxy (Anorov fork of socksipy)
pkgver = 20190919
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Anorov/PySocks
arch = any
license = BSD
makedepends = git
+ makedepends = python-setuptools
depends = python
provides = socksipy
conflicts = socksipy
diff --git a/PKGBUILD b/PKGBUILD
index fdaa6e667036..d81652d9b0c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: Denis Kasak <dkasak|AT|termina.org.uk>
pkgname=python-pysocks-git
_projectname=pysocks
pkgver=20190919
-pkgrel=1
+pkgrel=2
pkgdesc='Routes sockets of any TCP service through a SOCKS4, SOCKS5 or HTTP proxy (Anorov fork of socksipy)'
arch=('any')
license=('BSD')
@@ -11,7 +12,7 @@ url='https://github.com/Anorov/PySocks'
depends=('python')
provides=('socksipy')
conflicts=('socksipy')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
source=('setup.py'
"$_projectname::git+https://github.com/Anorov/PySocks.git")
md5sums=('46900e68be3f54a3bba2199faba326df'