[arch-commits] Commit in shadowsocks-libev/repos (14 files)

2017-10-06 Thread Felix Yan
Date: Friday, October 6, 2017 @ 13:48:58
  Author: felixonmars
Revision: 261924

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  shadowsocks-libev/repos/community-staging-i686/
  shadowsocks-libev/repos/community-staging-i686/PKGBUILD
(from rev 261923, shadowsocks-libev/trunk/PKGBUILD)
  
shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev-redir@.service
(from rev 261923, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  
shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev-server@.service
(from rev 261923, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  
shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev-tunnel@.service
(from rev 261923, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev.install
(from rev 261923, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev@.service
(from rev 261923, shadowsocks-libev/trunk/shadowsocks-libev@.service)
  shadowsocks-libev/repos/community-staging-x86_64/
  shadowsocks-libev/repos/community-staging-x86_64/PKGBUILD
(from rev 261923, shadowsocks-libev/trunk/PKGBUILD)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-redir@.service
(from rev 261923, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-server@.service
(from rev 261923, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-tunnel@.service
(from rev 261923, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev.install
(from rev 261923, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev@.service
(from rev 261923, shadowsocks-libev/trunk/shadowsocks-libev@.service)

+
 community-staging-i686/PKGBUILD|   50 +++
 community-staging-i686/shadowsocks-libev-redir@.service|   13 ++
 community-staging-i686/shadowsocks-libev-server@.service   |   13 ++
 community-staging-i686/shadowsocks-libev-tunnel@.service   |   13 ++
 community-staging-i686/shadowsocks-libev.install   |   10 ++
 community-staging-i686/shadowsocks-libev@.service  |   13 ++
 community-staging-x86_64/PKGBUILD  |   50 +++
 community-staging-x86_64/shadowsocks-libev-redir@.service  |   13 ++
 community-staging-x86_64/shadowsocks-libev-server@.service |   13 ++
 community-staging-x86_64/shadowsocks-libev-tunnel@.service |   13 ++
 community-staging-x86_64/shadowsocks-libev.install |   10 ++
 community-staging-x86_64/shadowsocks-libev@.service|   13 ++
 12 files changed, 224 insertions(+)

Copied: shadowsocks-libev/repos/community-staging-i686/PKGBUILD (from rev 
261923, shadowsocks-libev/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-06 13:48:58 UTC (rev 261924)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jiangxq 
+# Contributor: zh8 
+# Contributor: 4679kun 
+
+pkgname=shadowsocks-libev
+pkgver=3.1.0
+pkgrel=2
+pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
+arch=('i686' 'x86_64')
+url='https://github.com/shadowsocks/shadowsocks-libev'
+license=('GPL3')
+depends=('libcap' 'mbedtls' 'libsodium' 'libev' 'c-ares' 'pcre' 'libcorkipset' 
'libbloom')
+makedepends=('asciidoc' 'xmlto')
+install=${pkgname}.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/$pkgname/archive/v$pkgver.tar.gz;
+'shadowsocks-libev@.service'
+'shadowsocks-libev-server@.service'
+'shadowsocks-libev-redir@.service'
+'shadowsocks-libev-tunnel@.service')
+
+sha512sums=('e2a8686a60b2fa782e2f036963d8789275f9d3faee541984f54069bf6e0d1a7cfee218b63cc0600e29b7efcef6872d4ad45363b69a3360e9958143b82e33fd4e'
+
'92186a3baf340e3e3b7e8893b01bbf29356d0111ea7ecc10bb6a31278a834a7c428c501b0bb15fc1e983c6dab74a7094deae2c5972a4b3e6807ece668944d321'
+
'4e7d22145af1e2ac65bfa0d8883c3b30a6ac726728265a782519ab3912d6e3034861e19b411b54aa1cdbf999b1758584f6452d9c98afb72b71f3a0b215813317'
+
'e233c0f67843509f542c25d6fc39fe6992571b7cd0ae75e3c9573a8cd6f9a72748b5c4d09914a6d9402bfe379db487c628b39c44cc165f71e48e874a56922b82'
+
'b8de1cc489a1feb8c0ca59fef8abf6c524343483563462a167cb4a5bed5e9605fe76e4fdc71a248a8a5fc882032737a02747916f79043d50f850645067ed38eb')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver

[arch-commits] Commit in shadowsocks-libev/repos (14 files)

2017-02-13 Thread Felix Yan
Date: Tuesday, February 14, 2017 @ 06:30:08
  Author: felixonmars
Revision: 212280

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  shadowsocks-libev/repos/community-staging-i686/
  shadowsocks-libev/repos/community-staging-i686/PKGBUILD
(from rev 212277, shadowsocks-libev/trunk/PKGBUILD)
  
shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev-redir@.service
(from rev 212278, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  
shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev-server@.service
(from rev 212278, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  
shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev-tunnel@.service
(from rev 212279, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev.install
(from rev 212279, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev@.service
(from rev 212279, shadowsocks-libev/trunk/shadowsocks-libev@.service)
  shadowsocks-libev/repos/community-staging-x86_64/
  shadowsocks-libev/repos/community-staging-x86_64/PKGBUILD
(from rev 212279, shadowsocks-libev/trunk/PKGBUILD)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-redir@.service
(from rev 212279, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-server@.service
(from rev 212279, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-tunnel@.service
(from rev 212279, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev.install
(from rev 212279, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev@.service
(from rev 212279, shadowsocks-libev/trunk/shadowsocks-libev@.service)

+
 community-staging-i686/PKGBUILD|   45 +++
 community-staging-i686/shadowsocks-libev-redir@.service|   13 +++
 community-staging-i686/shadowsocks-libev-server@.service   |   13 +++
 community-staging-i686/shadowsocks-libev-tunnel@.service   |   13 +++
 community-staging-i686/shadowsocks-libev.install   |   10 ++
 community-staging-i686/shadowsocks-libev@.service  |   13 +++
 community-staging-x86_64/PKGBUILD  |   45 +++
 community-staging-x86_64/shadowsocks-libev-redir@.service  |   13 +++
 community-staging-x86_64/shadowsocks-libev-server@.service |   13 +++
 community-staging-x86_64/shadowsocks-libev-tunnel@.service |   13 +++
 community-staging-x86_64/shadowsocks-libev.install |   10 ++
 community-staging-x86_64/shadowsocks-libev@.service|   13 +++
 12 files changed, 214 insertions(+)

Copied: shadowsocks-libev/repos/community-staging-i686/PKGBUILD (from rev 
212277, shadowsocks-libev/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-14 06:30:08 UTC (rev 212280)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jiangxq 
+# Contributor: zh8 
+# Contributor: 4679kun 
+
+pkgname=shadowsocks-libev
+pkgver=3.0.2
+_commit=72f6041a7c62d3c115d15ede0af9ec179345a3c9
+pkgrel=2
+pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
+arch=('i686' 'x86_64')
+url='https://github.com/shadowsocks/shadowsocks-libev'
+license=('GPL3')
+depends=('libcap' 'mbedtls' 'libsodium' 'libev' 'udns' 'pcre' 'libcorkipset')
+makedepends=('git' 'asciidoc' 'xmlto')
+install=${pkgname}.install
+source=("git+https://github.com/shadowsocks/${pkgname}.git#commit=$_commit;
+'shadowsocks-libev@.service'
+'shadowsocks-libev-server@.service'
+'shadowsocks-libev-redir@.service'
+'shadowsocks-libev-tunnel@.service')
+
+sha512sums=('SKIP'
+
'92186a3baf340e3e3b7e8893b01bbf29356d0111ea7ecc10bb6a31278a834a7c428c501b0bb15fc1e983c6dab74a7094deae2c5972a4b3e6807ece668944d321'
+
'4e7d22145af1e2ac65bfa0d8883c3b30a6ac726728265a782519ab3912d6e3034861e19b411b54aa1cdbf999b1758584f6452d9c98afb72b71f3a0b215813317'
+
'e233c0f67843509f542c25d6fc39fe6992571b7cd0ae75e3c9573a8cd6f9a72748b5c4d09914a6d9402bfe379db487c628b39c44cc165f71e48e874a56922b82'
+
'b8de1cc489a1feb8c0ca59fef8abf6c524343483563462a167cb4a5bed5e9605fe76e4fdc71a248a8a5fc882032737a02747916f79043d50f850645067ed38eb')
+
+build() {
+  cd "$srcdir/$pkgname"
+  sed -i 's|AC_CONFIG_FILES(\[libcork/Makefile libipset/Makefile\])||' 
configure.ac
+  ./autogen.sh
+  

[arch-commits] Commit in shadowsocks-libev/repos (14 files)

2015-12-08 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 02:51:17
  Author: fyan
Revision: 151198

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  shadowsocks-libev/repos/community-staging-i686/
  shadowsocks-libev/repos/community-staging-i686/PKGBUILD
(from rev 151197, shadowsocks-libev/trunk/PKGBUILD)
  
shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev-redir@.service
(from rev 151197, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  
shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev-server@.service
(from rev 151197, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  
shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev-tunnel@.service
(from rev 151197, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev.install
(from rev 151197, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev@.service
(from rev 151197, shadowsocks-libev/trunk/shadowsocks-libev@.service)
  shadowsocks-libev/repos/community-staging-x86_64/
  shadowsocks-libev/repos/community-staging-x86_64/PKGBUILD
(from rev 151197, shadowsocks-libev/trunk/PKGBUILD)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-redir@.service
(from rev 151197, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-server@.service
(from rev 151197, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-tunnel@.service
(from rev 151197, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev.install
(from rev 151197, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev@.service
(from rev 151197, shadowsocks-libev/trunk/shadowsocks-libev@.service)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/shadowsocks-libev-redir@.service|   12 +++
 community-staging-i686/shadowsocks-libev-server@.service   |   12 +++
 community-staging-i686/shadowsocks-libev-tunnel@.service   |   12 +++
 community-staging-i686/shadowsocks-libev.install   |   10 ++
 community-staging-i686/shadowsocks-libev@.service  |   12 +++
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/shadowsocks-libev-redir@.service  |   12 +++
 community-staging-x86_64/shadowsocks-libev-server@.service |   12 +++
 community-staging-x86_64/shadowsocks-libev-tunnel@.service |   12 +++
 community-staging-x86_64/shadowsocks-libev.install |   10 ++
 community-staging-x86_64/shadowsocks-libev@.service|   12 +++
 12 files changed, 204 insertions(+)

Copied: shadowsocks-libev/repos/community-staging-i686/PKGBUILD (from rev 
151197, shadowsocks-libev/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-09 01:51:17 UTC (rev 151198)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jiangxq 
+# Contributor: zh8 
+# Contributor: 4679kun 
+
+pkgname=shadowsocks-libev
+pkgver=2.4.1.20151031
+_commit=4fe15c4868921724dec64c70ba236226b83d41b9
+pkgrel=2
+pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
+arch=('i686' 'x86_64')
+url='https://github.com/shadowsocks/shadowsocks-libev'
+license=('GPL3')
+depends=('libcap' 'openssl' 'libsodium' 'libev' 'udns')
+makedepends=('git')
+install=${pkgname}.install
+source=("git+https://github.com/shadowsocks/${pkgname}.git#commit=$_commit;
+'shadowsocks-libev@.service'
+'shadowsocks-libev-server@.service'
+'shadowsocks-libev-redir@.service'
+'shadowsocks-libev-tunnel@.service')
+
+sha512sums=('SKIP'
+
'96e5c9ba04a8d45fa57728aeb5282cf25fce42baf2c2221c5040cced89196b25d2c212472ba9b3f53bdce93ad1edd5f06e42ec62ef212764349c1dab24dde16a'
+
'73925959731b7ab6e2b3900662f4b67a9986b798b1a4a943307c87574c9069e32a0c2298cf6e9adb895fe71316a3bac09cb684c54e8a1350566b2fe7526c1cff'
+
'bc336201afdc556130fc0bcacaf8be1588640d9d5426637eca8db473389910f6bfba39672cd69e7fa90548fe83cf8e6006f0f27dab7c937501faa1cdd09629c5'
+
'd03e0af078a4c996f300c773dd4f13b20f28717913bfe2c58bf7894fa6673940a4a0d9357464dc46956d83ca1dcdab73dd97569e2a95fb6f22ac72571c4f23be')
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  

[arch-commits] Commit in shadowsocks-libev/repos (14 files)

2015-11-01 Thread Felix Yan
Date: Monday, November 2, 2015 @ 04:17:22
  Author: fyan
Revision: 145514

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  shadowsocks-libev/repos/community-staging-i686/
  shadowsocks-libev/repos/community-staging-i686/PKGBUILD
(from rev 145513, shadowsocks-libev/trunk/PKGBUILD)
  
shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev-redir@.service
(from rev 145513, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  
shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev-server@.service
(from rev 145513, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  
shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev-tunnel@.service
(from rev 145513, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev.install
(from rev 145513, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev@.service
(from rev 145513, shadowsocks-libev/trunk/shadowsocks-libev@.service)
  shadowsocks-libev/repos/community-staging-x86_64/
  shadowsocks-libev/repos/community-staging-x86_64/PKGBUILD
(from rev 145513, shadowsocks-libev/trunk/PKGBUILD)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-redir@.service
(from rev 145513, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-server@.service
(from rev 145513, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-tunnel@.service
(from rev 145513, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev.install
(from rev 145513, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev@.service
(from rev 145513, shadowsocks-libev/trunk/shadowsocks-libev@.service)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/shadowsocks-libev-redir@.service|   12 +++
 community-staging-i686/shadowsocks-libev-server@.service   |   12 +++
 community-staging-i686/shadowsocks-libev-tunnel@.service   |   12 +++
 community-staging-i686/shadowsocks-libev.install   |   10 ++
 community-staging-i686/shadowsocks-libev@.service  |   12 +++
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/shadowsocks-libev-redir@.service  |   12 +++
 community-staging-x86_64/shadowsocks-libev-server@.service |   12 +++
 community-staging-x86_64/shadowsocks-libev-tunnel@.service |   12 +++
 community-staging-x86_64/shadowsocks-libev.install |   10 ++
 community-staging-x86_64/shadowsocks-libev@.service|   12 +++
 12 files changed, 204 insertions(+)

Copied: shadowsocks-libev/repos/community-staging-i686/PKGBUILD (from rev 
145513, shadowsocks-libev/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-02 03:17:22 UTC (rev 145514)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jiangxq 
+# Contributor: zh8 
+# Contributor: 4679kun 
+
+pkgname=shadowsocks-libev
+pkgver=2.4.1.20151031
+_commit=4fe15c4868921724dec64c70ba236226b83d41b9
+pkgrel=1
+pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
+arch=('i686' 'x86_64')
+url='https://github.com/shadowsocks/shadowsocks-libev'
+license=('GPL3')
+depends=('libcap' 'openssl' 'libsodium' 'libev' 'udns')
+makedepends=('git')
+install=${pkgname}.install
+source=("git+https://github.com/shadowsocks/${pkgname}.git#commit=$_commit;
+'shadowsocks-libev@.service'
+'shadowsocks-libev-server@.service'
+'shadowsocks-libev-redir@.service'
+'shadowsocks-libev-tunnel@.service')
+
+sha512sums=('SKIP'
+
'96e5c9ba04a8d45fa57728aeb5282cf25fce42baf2c2221c5040cced89196b25d2c212472ba9b3f53bdce93ad1edd5f06e42ec62ef212764349c1dab24dde16a'
+
'73925959731b7ab6e2b3900662f4b67a9986b798b1a4a943307c87574c9069e32a0c2298cf6e9adb895fe71316a3bac09cb684c54e8a1350566b2fe7526c1cff'
+
'bc336201afdc556130fc0bcacaf8be1588640d9d5426637eca8db473389910f6bfba39672cd69e7fa90548fe83cf8e6006f0f27dab7c937501faa1cdd09629c5'
+
'd03e0af078a4c996f300c773dd4f13b20f28717913bfe2c58bf7894fa6673940a4a0d9357464dc46956d83ca1dcdab73dd97569e2a95fb6f22ac72571c4f23be')
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  

[arch-commits] Commit in shadowsocks-libev/repos (14 files)

2015-10-22 Thread Felix Yan
Date: Thursday, October 22, 2015 @ 17:40:30
  Author: fyan
Revision: 144715

archrelease: copy trunk to community-i686, community-x86_64

Added:
  shadowsocks-libev/repos/community-i686/
  shadowsocks-libev/repos/community-i686/PKGBUILD
(from rev 144714, shadowsocks-libev/trunk/PKGBUILD)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-redir@.service
(from rev 144714, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-server@.service
(from rev 144714, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-tunnel@.service
(from rev 144714, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev.install
(from rev 144714, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev@.service
(from rev 144714, shadowsocks-libev/trunk/shadowsocks-libev@.service)
  shadowsocks-libev/repos/community-x86_64/
  shadowsocks-libev/repos/community-x86_64/PKGBUILD
(from rev 144714, shadowsocks-libev/trunk/PKGBUILD)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-redir@.service
(from rev 144714, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-server@.service
(from rev 144714, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-tunnel@.service
(from rev 144714, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev.install
(from rev 144714, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev@.service
(from rev 144714, shadowsocks-libev/trunk/shadowsocks-libev@.service)

+
 community-i686/PKGBUILD|   44 +++
 community-i686/shadowsocks-libev-redir@.service|   12 +
 community-i686/shadowsocks-libev-server@.service   |   12 +
 community-i686/shadowsocks-libev-tunnel@.service   |   12 +
 community-i686/shadowsocks-libev.install   |   10 
 community-i686/shadowsocks-libev@.service  |   12 +
 community-x86_64/PKGBUILD  |   44 +++
 community-x86_64/shadowsocks-libev-redir@.service  |   12 +
 community-x86_64/shadowsocks-libev-server@.service |   12 +
 community-x86_64/shadowsocks-libev-tunnel@.service |   12 +
 community-x86_64/shadowsocks-libev.install |   10 
 community-x86_64/shadowsocks-libev@.service|   12 +
 12 files changed, 204 insertions(+)

Copied: shadowsocks-libev/repos/community-i686/PKGBUILD (from rev 144714, 
shadowsocks-libev/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-22 15:40:30 UTC (rev 144715)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jiangxq 
+# Contributor: zh8 
+# Contributor: 4679kun 
+
+pkgname=shadowsocks-libev
+pkgver=2.4.0.20151018
+_commit=22fb756d231ce95059433bbd7e93ead48b101915
+pkgrel=1
+pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
+arch=('i686' 'x86_64')
+url='https://github.com/shadowsocks/shadowsocks-libev'
+license=('GPL3')
+depends=('openssl' 'libsodium' 'libev' 'udns')
+makedepends=('git')
+install=${pkgname}.install
+source=("git+https://github.com/shadowsocks/${pkgname}.git#commit=$_commit;
+'shadowsocks-libev@.service'
+'shadowsocks-libev-server@.service'
+'shadowsocks-libev-redir@.service'
+'shadowsocks-libev-tunnel@.service')
+
+sha512sums=('SKIP'
+
'96e5c9ba04a8d45fa57728aeb5282cf25fce42baf2c2221c5040cced89196b25d2c212472ba9b3f53bdce93ad1edd5f06e42ec62ef212764349c1dab24dde16a'
+
'73925959731b7ab6e2b3900662f4b67a9986b798b1a4a943307c87574c9069e32a0c2298cf6e9adb895fe71316a3bac09cb684c54e8a1350566b2fe7526c1cff'
+
'bc336201afdc556130fc0bcacaf8be1588640d9d5426637eca8db473389910f6bfba39672cd69e7fa90548fe83cf8e6006f0f27dab7c937501faa1cdd09629c5'
+
'd03e0af078a4c996f300c773dd4f13b20f28717913bfe2c58bf7894fa6673940a4a0d9357464dc46956d83ca1dcdab73dd97569e2a95fb6f22ac72571c4f23be')
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 "$srcdir/shadowsocks-libev@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-libev@.service"
+  install -Dm644 "$srcdir/shadowsocks-libev-server@.service"