[arch-commits] Commit in shadowsocks-v2ray-plugin/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Sun Mar 8 23:01:13 UTC 2020
Date: Sunday, March 8, 2020 @ 23:01:12
Author: felixonmars
Revision: 592656
archrelease: copy trunk to community-x86_64
Added:
shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD
(from rev 592655, 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 2020-03-08 23:01:03 UTC (rev 592655)
+++ PKGBUILD 2020-03-08 23:01:12 UTC (rev 592656)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=shadowsocks-v2ray-plugin
-pkgver=1.3.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=('599ad7e18bab67008afc25c324d3355f914b3a55e275fce7a4ead4471bcef554a56a4a9866d651b6690d7c85efe226ce3a704aa3a1fbf8c9c0c3d67f82fb9da2')
-
-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 592655, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-08 23:01:12 UTC (rev 592656)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=shadowsocks-v2ray-plugin
+pkgver=1.3.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=('599ad7e18bab67008afc25c324d3355f914b3a55e275fce7a4ead4471bcef554a56a4a9866d651b6690d7c85efe226ce3a704aa3a1fbf8c9c0c3d67f82fb9da2')
+
+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