Date: Tuesday, August 27, 2019 @ 04:58:06 Author: felixonmars Revision: 502350
upgpkg: v2ray-domain-list-community 20190826.1-1 Modified: v2ray-domain-list-community/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-27 04:55:39 UTC (rev 502349) +++ PKGBUILD 2019-08-27 04:58:06 UTC (rev 502350) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=v2ray-domain-list-community -pkgver=20190822.1 +pkgver=20190826.1 pkgrel=1 pkgdesc="A list of domains to be used as geosites for routing purpose in Project V" arch=('any') @@ -8,9 +8,8 @@ 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" - https://github.com/v2ray/domain-list-community/pull/90.patch) -sha512sums=('03057dfcb53682bd3ae60650a668cccf8567616617277ed15ee825dc9627fb0750b3d208e9b6eeafde2ec701870a19b9ef4d8a1f348a43380d38f505fb823f27' +source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz") +sha512sums=('e3b6563a2b2495eb874f7c2baccff4d0a7275f23979b976260ea15a9a55102559e98b0c62d35da652a321513ac5fa46216500d09fa04e42b06596df3d8332c94' '3fea3062ef8813becab2a90ed7356d07320d001662741b21b5e631fabb8c63212a9f2c0d78a8762e9296428dd04588c21cd612f1f60f1205b0734050c7e0eae5') prepare() { @@ -17,8 +16,6 @@ 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
