summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzoe2017-01-24 14:57:30 +0100
committerzoe2017-01-24 14:57:30 +0100
commit25facca165da108ef09cfbd9152278b4e06a08a0 (patch)
tree7122737ebd3f570873f98db0fdb6df6507e0c8ce /PKGBUILD
parenta795118b4799b059bb6d69e059ab2022845072b2 (diff)
downloadaur-python2-socksipy-branch.tar.gz
Update to 1.02-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e1111be76da..82cb6375520e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,22 @@
-# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
+# Contributor : Andy Weidenbaum <archbaum@gmail.com>
+# Maintainer: zoe <chp321 [at] gmail [dot] com>
pkgname=python2-socksipy-branch
-pkgver=1.01
+pkgver=1.02
pkgrel=1
pkgdesc="Allows you to create TCP connections through a SOCKS proxy without any special effort"
arch=('any')
depends=('python2')
makedepends=('python2-setuptools')
-url="http://code.google.com/p/socksipy-branch/"
+url="https://code.google.com/archive/p/socksipy-branch/"
license=('BSD')
options=(!emptydirs)
-source=(https://pypi.python.org/packages/source/S/SocksiPy-branch/SocksiPy-branch-$pkgver.tar.gz)
-md5sums=('a59e29647320211202ce79b0cf873106')
-sha256sums=('17a95060e28c3b9038a9b8c1865c54f8c1c5bef15d561bf777c9bbf3c80e8406')
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/socksipy-branch/SocksiPy-branch-${pkgver}.tar.gz")
+md5sums=('83bf21bb48a880599ef0b88d47824fda')
+sha256sums=('9a6e201fb02c998c3c4d289b7805eadd0ee192ed8b9fa084b69201b589b17773')
build() {
+ chmod -R 755 "$srcdir/SocksiPy-branch-$pkgver"
cd "$srcdir/SocksiPy-branch-$pkgver"
msg 'Building...'