summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2017-01-24 14:57:30 +0100
committerzoe2017-01-24 14:57:30 +0100
commit25facca165da108ef09cfbd9152278b4e06a08a0 (patch)
tree7122737ebd3f570873f98db0fdb6df6507e0c8ce
parenta795118b4799b059bb6d69e059ab2022845072b2 (diff)
downloadaur-25facca165da108ef09cfbd9152278b4e06a08a0.tar.gz
Update to 1.02-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 15 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d76e20fca64c..b25a0c78345a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Tue Jan 24 13:56:57 UTC 2017
pkgbase = python2-socksipy-branch
pkgdesc = Allows you to create TCP connections through a SOCKS proxy without any special effort
- pkgver = 1.01
+ pkgver = 1.02
pkgrel = 1
- url = http://code.google.com/p/socksipy-branch/
+ url = https://code.google.com/archive/p/socksipy-branch/
arch = any
license = BSD
makedepends = python2-setuptools
depends = python2
options = !emptydirs
- source = https://pypi.python.org/packages/source/S/SocksiPy-branch/SocksiPy-branch-1.01.tar.gz
- md5sums = a59e29647320211202ce79b0cf873106
- sha256sums = 17a95060e28c3b9038a9b8c1865c54f8c1c5bef15d561bf777c9bbf3c80e8406
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/socksipy-branch/SocksiPy-branch-1.02.tar.gz
+ md5sums = 83bf21bb48a880599ef0b88d47824fda
+ sha256sums = 9a6e201fb02c998c3c4d289b7805eadd0ee192ed8b9fa084b69201b589b17773
pkgname = python2-socksipy-branch
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...'