[arch-commits] Commit in shadowsocks-v2ray-plugin/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Fri Aug 16 04:44:25 UTC 2019


    Date: Friday, August 16, 2019 @ 04:44:25
  Author: felixonmars
Revision: 499683

archrelease: copy trunk to community-x86_64

Added:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD
    (from rev 499682, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
Deleted:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-16 04:44:15 UTC (rev 499682)
+++ PKGBUILD	2019-08-16 04:44:25 UTC (rev 499683)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=shadowsocks-v2ray-plugin
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
-arch=('x86_64')
-url='https://github.com/shadowsocks/v2ray-plugin'
-license=('GPL')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz")
-sha512sums=('3b6529fed628370f8db2e9f9016a9e31712c8275f347478a3d6578a00929b7f27000bcfa8e3eea7eba0e00c94b79df0d7fb40d26ab86c90016250a1dedd4d9c6')
-
-build() {
-  cd v2ray-plugin-$pkgver
-  go build
-}
-
-package() {
-  cd v2ray-plugin-$pkgver
-  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
-}

Copied: shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD (from rev 499682, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-16 04:44:25 UTC (rev 499683)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=shadowsocks-v2ray-plugin
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
+arch=('x86_64')
+url='https://github.com/shadowsocks/v2ray-plugin'
+license=('GPL')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz")
+sha512sums=('3b6529fed628370f8db2e9f9016a9e31712c8275f347478a3d6578a00929b7f27000bcfa8e3eea7eba0e00c94b79df0d7fb40d26ab86c90016250a1dedd4d9c6')
+
+build() {
+  cd v2ray-plugin-$pkgver
+  go build
+}
+
+package() {
+  cd v2ray-plugin-$pkgver
+  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
+}



More information about the arch-commits mailing list