[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Sep 3 12:47:35 UTC 2020
Date: Thursday, September 3, 2020 @ 12:47:34
Author: felixonmars
Revision: 697350
upgpkg: v2ray-domain-list-community 20200830101230-1
Modified:
v2ray-domain-list-community/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-03 09:11:47 UTC (rev 697349)
+++ PKGBUILD 2020-09-03 12:47:34 UTC (rev 697350)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=v2ray-domain-list-community
-pkgver=20200901194123
-pkgrel=2
+pkgver=20200830101230
+pkgrel=1
pkgdesc="A list of domains to be used as geosites for routing purpose in Project V"
arch=('any')
url="https://github.com/v2fly/domain-list-community"
@@ -9,7 +9,7 @@
license=('MIT')
makedepends=('go' 'git')
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('f6beceb396ff3dc70f5d2fcc674cab9077f41747fa930619dd25d58ddd07c8d3dd4c34ab42ab68173820d3bedb23b6cb218e61cde6068fb310c2603448990a35')
+sha512sums=('cd80bb79bce25ec77f0f82bb1428cf06fa2e96bedf487691063bf0cc45488ceccff744948eee37cca47895c4f25c52d0bcb498ea53081a76a2d216965c924445')
prepare() {
mkdir .gopath
@@ -29,6 +29,6 @@
package() {
cd .gopath
- install -Dm755 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+ install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
More information about the arch-commits
mailing list