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

Felix Yan felixonmars at archlinux.org
Thu Feb 2 10:33:52 UTC 2017


    Date: Thursday, February 2, 2017 @ 10:33:51
  Author: felixonmars
Revision: 209685

upgpkg: shadowsocks-libev 3.0.0-1

Modified:
  shadowsocks-libev/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-02 10:22:16 UTC (rev 209684)
+++ PKGBUILD	2017-02-02 10:33:51 UTC (rev 209685)
@@ -5,13 +5,13 @@
 # Contributor: 4679kun <admin at 4679 dot us>
 
 pkgname=shadowsocks-libev
-pkgver=2.6.3
+pkgver=3.0.0
 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' 'zlib' 'pcre')
+depends=('libcap' 'mbedtls' 'libsodium' 'libev' 'udns' 'pcre')
 makedepends=('git' 'asciidoc' 'xmlto')
 install=${pkgname}.install
 source=("git+https://github.com/shadowsocks/${pkgname}.git#tag=v$pkgver"
@@ -33,7 +33,7 @@
 prepare() {
   cd "$srcdir"/$pkgname
   git config submodule.libcork.url "$srcdir"/libcork
-  git config submodule.ipset.url "$srcdir"/ipset
+  git config submodule.ipset.url "$srcdir"/libipset
   git submodule update --init
 }
 



More information about the arch-commits mailing list