summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2016-12-20 16:02:22 +0100
committermschubert2016-12-20 16:02:22 +0100
commit81d52589653293c9968f414e838c2bc522e43a98 (patch)
treeb088ada2854698b28837ac8834d42eb3ec4fb669
parent4d09170184c531c117e62dcecb542fbb1022f0dd (diff)
downloadaur-81d52589653293c9968f414e838c2bc522e43a98.tar.gz
version bump 1.6.5; github URL
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36f84274e2cb..293c7a495535 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Wed Aug 3 21:35:03 UTC 2016
+# Tue Dec 20 15:02:08 UTC 2016
pkgbase = python-socks
pkgdesc = SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)
- pkgver = 1.5.7
+ pkgver = 1.6.5
pkgrel = 1
- url = http://socksipy.sourceforge.net/
+ url = https://github.com/Anorov/PySocks
arch = any
license = BSD
depends = python
provides = python-socksipy-branch
conflicts = python-socksipy-branch
replaces = python-socksipy-branch
- source = https://github.com/Anorov/PySocks/archive/1.5.7.tar.gz
- md5sums = 1d85fc1a5391711c04a16ff31fad1e8f
+ source = https://github.com/Anorov/PySocks/archive/1.6.5.tar.gz
+ md5sums = 2012790b3793457a8c604fceb9842421
pkgname = python-socks
diff --git a/PKGBUILD b/PKGBUILD
index c64a8524c930..a8656c8b4d02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,20 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python-socks
_pkgname=PySocks
-pkgver=1.5.7
+pkgver=1.6.5
pkgrel=1
pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
arch=('any')
license=('BSD')
-url="http://socksipy.sourceforge.net/"
+url="https://github.com/Anorov/PySocks"
depends=('python')
provides=('python-socksipy-branch')
conflicts=('python-socksipy-branch')
replaces=('python-socksipy-branch')
source=("https://github.com/Anorov/PySocks/archive/$pkgver.tar.gz")
-md5sums=('1d85fc1a5391711c04a16ff31fad1e8f')
+md5sums=('2012790b3793457a8c604fceb9842421')
package() {
cd "$srcdir/$_pkgname-$pkgver"
python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
}
-