[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Oct 10 07:27:47 UTC 2019


    Date: Thursday, October 10, 2019 @ 07:27:47
  Author: felixonmars
Revision: 514410

upgpkg: v2ray-domain-list-community 20191010.1-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-10 07:21:16 UTC (rev 514409)
+++ PKGBUILD	2019-10-10 07:27:47 UTC (rev 514410)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=v2ray-domain-list-community
-pkgver=20190829.1
+pkgver=20191010.1
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go-pie' 'git')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz")
-sha512sums=('35c24095f86179ff89fbb524b48644151fa69cc9659a55c7f0544cf6e7d82e9fa451046dc9cd553e976b507d5dbc4518e7dec001eb8879c26164b63cefa0d5e2')
+sha512sums=('2d179eb8e71e1206e0d04c40897820e304c829761ecdd9b881d6538bf47531ece18a20c732ff04edd6a1c2788cf2eb3cdf6c8848de048bea0341373e842a23cb')
 
 prepare() {
   mkdir .gopath
@@ -18,7 +18,8 @@
   mkdir -p .gopath/src/github.com/v2ray
   ln -s "$PWD/domain-list-community-$pkgver" .gopath/src/github.com/v2ray/domain-list-community
 
-  go get github.com/golang/protobuf/proto v2ray.com/core/app/router
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
 }
 
 build() {



More information about the arch-commits mailing list