[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Feb 23 18:11:12 UTC 2021
Date: Tuesday, February 23, 2021 @ 18:11:11
Author: felixonmars
Revision: 869940
upgpkg: v2ray-domain-list-community 20210223163424-1
Modified:
v2ray-domain-list-community/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-23 18:08:41 UTC (rev 869939)
+++ PKGBUILD 2021-02-23 18:11:11 UTC (rev 869940)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=v2ray-domain-list-community
-pkgver=20210218112005
+pkgver=20210223163424
pkgrel=1
pkgdesc="A list of domains to be used as geosites for routing purpose in Project V"
arch=('any')
@@ -9,8 +9,10 @@
license=('MIT')
makedepends=('go' 'git')
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('b5351eb0b26b63b1d8b6ac7eed08199e0f51884f6c4145ebbad980ea731b539e38389547284bea8813c9135c8e37fb4f7cccd3b16bc4fc20862dec5007027e19')
+sha512sums=('73ca445eb469a0e95b5c5088783a6f65a76f4068bda3d2125592643fa8b910d01fcf0533811c138fd40eecb1a82162622122bf03934f5873b4ad08df62f76fde')
+export GO111MODULE=auto
+
prepare() {
mkdir .gopath
export GOPATH="$srcdir/.gopath"
More information about the arch-commits
mailing list