summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYiyao Yu2017-10-07 10:55:01 +0800
committerYiyao Yu2017-10-07 10:55:01 +0800
commite2815c3b77e967bed795b82dc30cfd77d4a931a3 (patch)
tree6b6fbdde2af766cf685698d340fa2606a6732d98
parentb2cabf757db492676f7f7eefa78c404ee9aed792 (diff)
downloadaur-e2815c3b77e967bed795b82dc30cfd77d4a931a3.tar.gz
Updated url to point to correct upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ccf34f8f73e..cd76462cebed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = shadowsocks-git
pkgdesc = A lightweight tunnel proxy
pkgver = 2.9.1.r21.g2ab8c6b
- pkgrel = 1
- url = http://pypi.python.org/pypi/shadowsocks
+ pkgrel = 2
+ url = https://github.com/shadowsocks/shadowsocks/tree/master
install = shadowsocks.install
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 452494cd7ba4..6a3852087c36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@
_pkgname=shadowsocks
pkgname="${_pkgname}-git"
pkgver=2.9.1.r21.g2ab8c6b
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight tunnel proxy"
license=('Apache')
-url="http://pypi.python.org/pypi/shadowsocks"
+_url="https://github.com/shadowsocks/shadowsocks"
+url="https://github.com/shadowsocks/shadowsocks/tree/master"
arch=('any')
provides=('shadowsocks')
conflicts=('shadowsocks')
@@ -15,7 +16,7 @@ makedepends=('git')
optdepends=('libsodium: For salsa20 and chacha20 support')
checkdepends=('python-coverage' 'python-pyflakes' 'libsodium' 'python-nose' 'dante' 'procps-ng' 'util-linux')
install=${_pkgname}.install
-source=("${_pkgname}::git+https://github.com/shadowsocks/shadowsocks.git"
+source=("${_pkgname}::git+${_url}.git"
"shadowsocks@.service"
"shadowsocks-server@.service")
sha512sums=('SKIP'