[arch-commits] Commit in shadowsocks/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Thu Jun 5 17:00:23 UTC 2014


    Date: Thursday, June 5, 2014 @ 19:00:23
  Author: fyan
Revision: 112728

upgpkg: shadowsocks 2.0-1

Modified:
  shadowsocks/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-05 16:43:08 UTC (rev 112727)
+++ PKGBUILD	2014-06-05 17:00:23 UTC (rev 112728)
@@ -2,14 +2,15 @@
 # Maintainer: Felix Yan <felixonmars at gmail.com>
 
 pkgname=shadowsocks
-pkgver=1.4.5
+pkgver=2.0
 pkgrel=1
 pkgdesc="A lightweight tunnel proxy"
 license=("MIT")
 url="http://pypi.python.org/pypi/shadowsocks"
 depends=('python2' 'python2-setuptools')
-optdepends=('python2-gevent: Recommended for much better performance'
-            'python2-m2crypto: For any encryption method other than "table"')
+optdepends=('python2-m2crypto: For any encryption method other than "table"'
+            'python2-numpy: For salsa20 support'
+            'python2-salsa20: For salsa20 support')
 source=("http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz"
         "https://raw.github.com/clowwindy/shadowsocks/master/LICENSE"
         "shadowsocks at .service"
@@ -35,7 +36,7 @@
   install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-sha512sums=('87f23c57781e4855a77aa88be70468ab11a01dd99c368c57abc9dd39f14ef84c101bd4bd2bd2bbbbc2d7027730c46e67c76e287a243e5d41c39e6abc6448ba37'
+sha512sums=('37a6274c72173370fa8bfaf30fd9adbcf9a166399ef05239a0a8a815be7313dee8b0694ea0caeef99ef9e4d42fee062126ea91cfd23d4a04e55ae84e0dbc1a1d'
             '36c025d78d9d2b355516360c8d4642290dc4102543eb4b1473a6f3201785ef28727ff9cb662757f013a62fa4a73f62a2655508a5ae554e124404fc3077aef8cb'
             '96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
             'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')




More information about the arch-commits mailing list