Date: Sunday, June 13, 2021 @ 12:08:32
  Author: felixonmars
Revision: 963278

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
    (from rev 963277, 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-06-13 12:08:22 UTC (rev 963277)
+++ PKGBUILD    2021-06-13 12:08:32 UTC (rev 963278)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-
-pkgname=v2ray-domain-list-community
-pkgver=20210612110829
-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=('48093d6cea12bbe47e7a7ac83b9b54bc5b218b1d4320c4eb35d7961eb4004f9c026b35f20242fdddca62d5e5d059e14634a91a38e25e9e3412855c49b9f33cc2')
-
-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 
963277, v2ray-domain-list-community/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-06-13 12:08:32 UTC (rev 963278)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgname=v2ray-domain-list-community
+pkgver=20210613085155
+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=('535f9e26863fd46f74bd1f5cb3772d1ddd9636e461097bb8ee5759c099054cb89a6329bb0497ce13620deb895f9b418143448bf775dfe2ab872c85bf07eb8091')
+
+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
+}

Reply via email to