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

Felix Yan fyan at archlinux.org
Wed Feb 11 09:38:23 UTC 2015


    Date: Wednesday, February 11, 2015 @ 10:38:23
  Author: fyan
Revision: 127547

upgpkg: shadowsocks 2.6.8-1

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-11 08:52:23 UTC (rev 127546)
+++ PKGBUILD	2015-02-11 09:38:23 UTC (rev 127547)
@@ -2,10 +2,10 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=shadowsocks
-pkgver=2.6.7
+pkgver=2.6.8
 pkgrel=1
 pkgdesc="A lightweight tunnel proxy"
-license=("MIT")
+license=('Apache')
 url="http://pypi.python.org/pypi/shadowsocks"
 arch=('any')
 depends=('python' 'python-setuptools')
@@ -12,11 +12,9 @@
 optdepends=('libsodium: For salsa20 and chacha20 support')
 install=${pkgname}.install
 source=("http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz"
-        "$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE"
         "shadowsocks at .service"
         "shadowsocks-server at .service")
-sha512sums=('8ab52bcaa531a0049664ec628883957a2c3a5a540340dfe635820005a829e4378dd2fd3278e5db668190273a61916e2041743b72f8612afe637c5dfca4a905b2'
-            'ff6b57edea530a10559793fe20d1da0359100043855f180f3c7c7c821321ce84ee9f914b170eb2b34ee000493bd2a1864a96a95038373e460306f76f50eee46d'
+sha512sums=('5b674c3d101766261c891a01bff11f40d9e54fcd31f1f52e64ab9c3af4bee69447ee727af4a54f57dcb4f5b73f1051cd7c17a8199a9d74709b2b56f5da610d61'
             '96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
             'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
 
@@ -43,5 +41,4 @@
   install -d "$pkgdir/etc/shadowsocks"
   install -Dm644 "$srcdir/shadowsocks at .service" "$pkgdir/usr/lib/systemd/system/shadowsocks at .service"
   install -Dm644 "$srcdir/shadowsocks-server at .service" "$pkgdir/usr/lib/systemd/system/shadowsocks-server at .service"
-  install -Dm644 "$srcdir/$pkgname-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list