[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Jul 22 09:50:49 UTC 2021


    Date: Thursday, July 22, 2021 @ 09:50:49
  Author: felixonmars
Revision: 983057

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
    (from rev 983056, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-22 09:50:35 UTC (rev 983056)
+++ PKGBUILD	2021-07-22 09:50:49 UTC (rev 983057)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=v2ray-domain-list-community
-pkgver=20210718155822
-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"
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('91b54b3ffd7c262472d9d4dc9e70b362ff1b14e21e3dc2806dd17daebab206ce52225e5df20ca940d8c5a37cb0c5aa751931236e9fadb7a3606d98256d3a47c8')
-
-build() {
-  cd domain-list-community-$pkgver
-  go run main.go
-}
-
-package() {
-  cd domain-list-community-$pkgver
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 983056, v2ray-domain-list-community/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-22 09:50:49 UTC (rev 983057)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=v2ray-domain-list-community
+pkgver=20210722040510
+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"
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('1a1fafd5f3c8daa5fe43b14919adcab46d153a71341270ba7da1eb61a16cf374c43f384b4509e00e021b094704b7444825084da9bc43a7b92d5e89ce6bb04fa4')
+
+build() {
+  cd domain-list-community-$pkgver
+  go run main.go
+}
+
+package() {
+  cd domain-list-community-$pkgver
+  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