Date: Friday, September 9, 2016 @ 07:34:04 Author: felixonmars Revision: 189052
upgpkg: shadowsocks 2.9.0-1 Modified: shadowsocks/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-09 07:30:04 UTC (rev 189051) +++ PKGBUILD 2016-09-09 07:34:04 UTC (rev 189052) @@ -2,8 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=shadowsocks -pkgver=2.8.2.20160112 -_commit=b9766ce5df1af306f690279d8eeb09bb99751ec9 +pkgver=2.9.0 pkgrel=1 pkgdesc="A lightweight tunnel proxy" license=('Apache') @@ -12,9 +11,9 @@ depends=('python' 'python-setuptools') makedepends=('git') optdepends=('libsodium: For salsa20 and chacha20 support') -checkdepends=('python-coverage' 'pep8' 'python-pyflakes' 'libsodium' 'python-nose' 'dante' 'procps-ng' 'util-linux') +checkdepends=('python-coverage' 'python-pyflakes' 'libsodium' 'python-nose' 'dante' 'procps-ng' 'util-linux') install=${pkgname}.install -source=("git+https://github.com/shadowsocks/shadowsocks.git#commit=$_commit" +source=("git+https://github.com/shadowsocks/shadowsocks.git#tag=$pkgver" "[email protected]" "[email protected]") sha512sums=('SKIP'
