Date: Saturday, October 8, 2022 @ 16:36:59
  Author: felixonmars
Revision: 1324381

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
    (from rev 1324380, 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    2022-10-08 16:36:37 UTC (rev 1324380)
+++ PKGBUILD    2022-10-08 16:36:59 UTC (rev 1324381)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=v2ray-domain-list-community
-pkgver=20221005015401
-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=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz";)
-sha512sums=('83d50ff0373bb10d726dd30e59ada7064a661bd809ddc0c51f78cae2cd601de9e7f76a86ef43534a61f9d330e0621d9b5c5c6ba870da97e0f42edf984e661040')
-
-build() {
-  cd domain-list-community-$pkgver
-  ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 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 
1324380, v2ray-domain-list-community/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-08 16:36:59 UTC (rev 1324381)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=v2ray-domain-list-community
+pkgver=20221008040018
+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=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz";)
+sha512sums=('0b2f03a4ea25f3a4dc856492f5f9d48a17a067930bd039a638224eb55e0184182c46e030f30f754e13a227bf084657091c3e3d4304132c01fa52ac36724c32ef')
+
+build() {
+  cd domain-list-community-$pkgver
+  ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 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