[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Aug 23 06:03:15 UTC 2019
Date: Friday, August 23, 2019 @ 06:03:14
Author: felixonmars
Revision: 500959
upgpkg: v2ray-domain-list-community 20190822.1-1
Modified:
v2ray-domain-list-community/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-23 06:02:53 UTC (rev 500958)
+++ PKGBUILD 2019-08-23 06:03:14 UTC (rev 500959)
@@ -1,20 +1,24 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=v2ray-domain-list-community
-pkgver=20190815.1
-pkgrel=2
+pkgver=20190822.1
+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"
license=('MIT')
makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz")
-sha512sums=('3ee58e44010587c57a48f2c886fe32a44e637f8c808c54d4da902820390b91b8703c51f29e5b1bdf738c868b8e8b202d98e6e6e52d8c5ed9f46f91cc9b2b864b')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz"
+ https://github.com/v2ray/domain-list-community/pull/90.patch)
+sha512sums=('03057dfcb53682bd3ae60650a668cccf8567616617277ed15ee825dc9627fb0750b3d208e9b6eeafde2ec701870a19b9ef4d8a1f348a43380d38f505fb823f27'
+ '3fea3062ef8813becab2a90ed7356d07320d001662741b21b5e631fabb8c63212a9f2c0d78a8762e9296428dd04588c21cd612f1f60f1205b0734050c7e0eae5')
prepare() {
mkdir .gopath
export GOPATH="$srcdir/.gopath"
+ patch -d domain-list-community-$pkgver -p1 -i ../90.patch
+
mkdir -p .gopath/src/github.com/v2ray
ln -s "$PWD/domain-list-community-$pkgver" .gopath/src/github.com/v2ray/domain-list-community
More information about the arch-commits
mailing list