Date: Monday, December 5, 2022 @ 08:11:57
Author: felixonmars
Revision: 1356511
archrelease: copy trunk to community-any
Added:
v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 1356510, 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-12-05 08:11:48 UTC (rev 1356510)
+++ PKGBUILD 2022-12-05 08:11:57 UTC (rev 1356511)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=v2ray-domain-list-community
-pkgver=20221201080109
-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=('c4a16302b4a6a87d5d0fde459a68893268acb8803df95bb243606d1aa0a5f0779ffaf8395478141c5515a5f77f48084cc71bcbe7a215b0507fc5a4e6fd12c318')
-
-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
1356510, v2ray-domain-list-community/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-05 08:11:57 UTC (rev 1356511)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=v2ray-domain-list-community
+pkgver=20221205040509
+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=('5e7bdc523a1aa71a5601147c5edfcbace6b572b6e539b6b5f95bc3a292093c8d7373c9135bb402496dda5512e7758dd15c7dda55e80e621dcea2c4088dd2f5d7')
+
+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
+}