[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jul 24 11:23:12 UTC 2020
Date: Friday, July 24, 2020 @ 11:23:12
Author: felixonmars
Revision: 665140
upgpkg: v2ray-domain-list-community 20200722141709-1
Modified:
v2ray-domain-list-community/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-24 09:13:11 UTC (rev 665139)
+++ PKGBUILD 2020-07-24 11:23:12 UTC (rev 665140)
@@ -1,22 +1,22 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=v2ray-domain-list-community
-pkgver=20200721225648
+pkgver=20200722141709
pkgrel=1
pkgdesc="A list of domains to be used as geosites for routing purpose in Project V"
arch=('any')
-url="https://github.com/v2ray/domain-list-community"
+url="https://github.com/v2fly/domain-list-community"
license=('MIT')
makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz")
-sha512sums=('f285bfa5bc0b76714b55a00209fe4b430c768b694ad23ecd76c61f3ff9eab281fdc02a47fb012841e3b6f7a9df4c8112ab3ca8374eefa9786911b5eb6e3738fd')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('001be45bcc3f830aa0da5aaa80004d4658921a30300fc9efeb14643e04712dfdeccb40de69bd23c9ba2d8327bb98cb0092cb3c710357e35d88c1eb96cd585c08')
prepare() {
mkdir .gopath
export GOPATH="$srcdir/.gopath"
- mkdir -p .gopath/src/github.com/v2ray
- ln -s "$PWD/domain-list-community-$pkgver" .gopath/src/github.com/v2ray/domain-list-community
+ mkdir -p .gopath/src/github.com/v2fly
+ ln -s "$PWD/domain-list-community-$pkgver" .gopath/src/github.com/v2fly/domain-list-community
go get github.com/golang/protobuf/proto
go get -insecure v2ray.com/core/app/router
@@ -24,7 +24,7 @@
build() {
cd .gopath
- go run ./src/github.com/v2ray/domain-list-community/main.go
+ go run ./src/github.com/v2fly/domain-list-community/main.go
}
package() {
More information about the arch-commits
mailing list