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

Felix Yan felixonmars at archlinux.org
Thu Sep 3 06:30:28 UTC 2020


    Date: Thursday, September 3, 2020 @ 06:30:27
  Author: felixonmars
Revision: 697217

upgpkg: v2ray-domain-list-community 20200901194123-2: update location of v2ray assets for new v2ray version

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

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-03 06:30:14 UTC (rev 697216)
+++ PKGBUILD	2020-09-03 06:30:27 UTC (rev 697217)
@@ -2,7 +2,7 @@
 
 pkgname=v2ray-domain-list-community
 pkgver=20200901194123
-pkgrel=1
+pkgrel=2
 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"
@@ -29,6 +29,6 @@
 
 package() {
   cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm755 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