Date: Monday, January 16, 2023 @ 01:27:55
Author: felixonmars
Revision: 1383677
archrelease: copy trunk to community-any
Added:
v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 1383676, 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-16 01:27:41 UTC (rev 1383676)
+++ PKGBUILD 2023-01-16 01:27:55 UTC (rev 1383677)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=v2ray-domain-list-community
-pkgver=20230112070720
-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=('d922812bdaab61a6d8db8f27e81828b0af927a267721929129684bf57fdc9de208aec46b1bd9a6aa46e8bebf3fecbb8d39bfb1668431f8d1387ed1103549abff')
-
-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
1383676, v2ray-domain-list-community/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-16 01:27:55 UTC (rev 1383677)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=v2ray-domain-list-community
+pkgver=20230115062500
+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=('eb4855b0fae437384db5a215c39ec85529fb7ff26af2d6d218c0832bb056e45b5de7c915342d64caf59efb08275393781fb095a35583902413b24904238c9c47')
+
+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
+}