[arch-commits] Commit in shadowsocks-v2ray-plugin/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Mar 4 22:41:15 UTC 2022
Date: Friday, March 4, 2022 @ 22:41:15
Author: felixonmars
Revision: 1141977
upgpkg: shadowsocks-v2ray-plugin 5.0.2-1
Modified:
shadowsocks-v2ray-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-04 22:33:27 UTC (rev 1141976)
+++ PKGBUILD 2022-03-04 22:41:15 UTC (rev 1141977)
@@ -1,16 +1,17 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=shadowsocks-v2ray-plugin
-pkgver=1.3.1
-pkgrel=3
+pkgver=5.0.2
+pkgrel=1
pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
arch=('x86_64')
-url='https://github.com/shadowsocks/v2ray-plugin'
+url='https://github.com/teddysun/v2ray-plugin'
license=('GPL')
+options=('!lto')
depends=('glibc')
makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz")
-sha512sums=('771ec19ee7ed4f4827f4e04ef13bd680e72022f9e267e6a25d6e0bd3d22ac59ae52545387073d4263666e5847840f7b33963a64c1e7d8fbe0813218f5acf0ead')
+source=("https://github.com/teddysun/v2ray-plugin/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('2b6fcedc83bb40d50bdeac191e17ad4d7c9487af213bfd305cc4e0b770ee10fb718089f6d5ee60632315c18b89a4694a7a36b9648c1780084940ed12d7f529d1')
build() {
export CGO_CPPFLAGS="${CPPFLAGS}"
More information about the arch-commits
mailing list