summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYiyao Yu2017-10-07 10:55:01 +0800
committerYiyao Yu2017-10-07 10:55:01 +0800
commite2815c3b77e967bed795b82dc30cfd77d4a931a3 (patch)
tree6b6fbdde2af766cf685698d340fa2606a6732d98 /PKGBUILD
parentb2cabf757db492676f7f7eefa78c404ee9aed792 (diff)
downloadaur-e2815c3b77e967bed795b82dc30cfd77d4a931a3.tar.gz
Updated url to point to correct upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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'