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

Felix Yan felixonmars at archlinux.org
Thu Nov 16 15:53:37 UTC 2017


    Date: Thursday, November 16, 2017 @ 15:53:36
  Author: felixonmars
Revision: 267000

upgpkg: simple-obfs 0.0.5-2

fix dependencies

Modified:
  simple-obfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-16 15:51:21 UTC (rev 266999)
+++ PKGBUILD	2017-11-16 15:53:36 UTC (rev 267000)
@@ -6,12 +6,12 @@
 
 pkgname=simple-obfs
 pkgver=0.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A simple obfusacting tool designed as plugin server of shadowsocks'
 arch=('x86_64')
 url='https://github.com/shadowsocks/simple-obfs'
 license=('GPL')
-depends=('c-ares' 'libev' 'libcork')
+depends=('libev' 'libcork')
 makedepends=('asciidoc' 'xmlto')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/simple-obfs/archive/v$pkgver.tar.gz")
 sha512sums=('aadb812d5a57fea664958b66aae0c5be5e82309758706181ed5f1c76a986c1a6eaa82a6cb8b242052a951dd2d9d178d734f04052be887b5dd8f336808db61bcb')
@@ -24,7 +24,7 @@
 build() {
   cd simple-obfs-$pkgver
   ./autogen.sh
-  ./configure --prefix=/usr --enable-system-shared-lib
+  ./configure --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list