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

Felix Yan fyan at archlinux.org
Thu Oct 22 15:45:09 UTC 2015


    Date: Thursday, October 22, 2015 @ 17:45:09
  Author: fyan
Revision: 144716

upgpkg: shadowsocks-libev 2.4.0.20151018-2

fix dependency on libcap

Modified:
  shadowsocks-libev/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-22 15:40:30 UTC (rev 144715)
+++ PKGBUILD	2015-10-22 15:45:09 UTC (rev 144716)
@@ -7,12 +7,12 @@
 pkgname=shadowsocks-libev
 pkgver=2.4.0.20151018
 _commit=22fb756d231ce95059433bbd7e93ead48b101915
-pkgrel=1
+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=('openssl' 'libsodium' 'libev' 'udns')
+depends=('libcap' 'openssl' 'libsodium' 'libev' 'udns')
 makedepends=('git')
 install=${pkgname}.install
 source=("git+https://github.com/shadowsocks/${pkgname}.git#commit=$_commit"



More information about the arch-commits mailing list