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

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 20 13:04:47 UTC 2022


    Date: Sunday, March 20, 2022 @ 13:04:47
  Author: felixonmars
Revision: 1163530

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

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 13:04:26 UTC (rev 1163529)
+++ PKGBUILD	2022-03-20 13:04:47 UTC (rev 1163530)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=v2ray-domain-list-community
-pkgver=20220313173740
+pkgver=20220320055819
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in Project V"
 arch=('any')
@@ -9,11 +9,11 @@
 license=('MIT')
 makedepends=('go' 'git')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz")
-sha512sums=('fff16cf95d16a2cee95b3174e9e3d8b6ea7d5ba5dd93215cacd05fb248292682280a5012fc7481a7ee6c234659ece3ff77dd9feffa74163369dd86fbab579880')
+sha512sums=('05b2e4991e726e8d3859361ec3ef5535db54383bb8d3ab94e2ed0f3ce2246309fc87dd1f69a55333e2ed5441bd85661e5cc6be07d17a4673dccc436418f4a417')
 
 build() {
   cd domain-list-community-$pkgver
-  go run main.go
+  ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 go run main.go
 }
 
 package() {



More information about the arch-commits mailing list