Date: Sunday, January 29, 2023 @ 06:51:50
Author: felixonmars
Revision: 1390902
archrelease: copy trunk to community-any
Added:
v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 1390901, 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 2023-01-29 06:51:27 UTC (rev 1390901)
+++ PKGBUILD 2023-01-29 06:51:50 UTC (rev 1390902)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=v2ray-domain-list-community
-pkgver=20230122133243
-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=('e731b7d2142c28adfc6dd941458219ba3195a2c612fbb7ca98afd5e42e3828a18b0ca15371c60403e7be9d18c6f0921b79744d5e9cb275170debe0f9adeafd89')
-
-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
1390901, v2ray-domain-list-community/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-29 06:51:50 UTC (rev 1390902)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=v2ray-domain-list-community
+pkgver=20230129052508
+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=('4b25fc88316ceb3712cd53745da32e5af27c294e0a695ee690362003db27ceffab607ba6fb09c998222f54b8859f45794cd87a5daca7a1dee01373bcda32cca4')
+
+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
+}