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

Felix Yan felixonmars at archlinux.org
Wed Nov 20 07:32:59 UTC 2019


    Date: Wednesday, November 20, 2019 @ 07:32:59
  Author: felixonmars
Revision: 530692

upgpkg: v2ray-domain-list-community 20191107.1-2

move files to /usr/lib/v2ray

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-20 07:32:51 UTC (rev 530691)
+++ PKGBUILD	2019-11-20 07:32:59 UTC (rev 530692)
@@ -2,7 +2,7 @@
 
 pkgname=v2ray-domain-list-community
 pkgver=20191107.1
-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/v2ray/domain-list-community"
@@ -29,6 +29,6 @@
 
 package() {
   cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/etc/v2ray/geosite.dat
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/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