Date: Monday, May 8, 2023 @ 16:44:21
Author: felixonmars
Revision: 1459469
archrelease: copy trunk to community-any
Added:
v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 1459468, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
v2ray-domain-list-community/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-08 16:44:13 UTC (rev 1459468)
+++ PKGBUILD 2023-05-08 16:44:21 UTC (rev 1459469)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=v2ray-domain-list-community
-pkgver=20230505124421
-_commit=a71cdb7e89f3c608abc45aba9215320d48d35fd6
-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=("git+https://github.com/v2fly/domain-list-community.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
- cd domain-list-community
- ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 go run main.go
-}
-
-package() {
- cd domain-list-community
- install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev
1459468, v2ray-domain-list-community/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-08 16:44:21 UTC (rev 1459469)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=v2ray-domain-list-community
+pkgver=20230507082515
+_commit=b8274d2f107323b0ef0715350f869a4c63045d59
+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=("git+https://github.com/v2fly/domain-list-community.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd domain-list-community
+ ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 go run main.go
+}
+
+package() {
+ cd domain-list-community
+ install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}