Date: Sunday, September 18, 2022 @ 14:45:28
Author: felixonmars
Revision: 1304873
archrelease: copy trunk to community-any
Added:
v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 1304872, 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-09-18 14:45:12 UTC (rev 1304872)
+++ PKGBUILD 2022-09-18 14:45:28 UTC (rev 1304873)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=v2ray-domain-list-community
-pkgver=20220916160215
-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=('9c32009963fc6ae6585ce1a69195afb37317ad38596a5cab5f52ebc7745b3d8fd12b5dcc4ce7a7622c75e539c2c5fee01ed4d1df22cf90a4fdb9f8bb1742b08c')
-
-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
1304872, v2ray-domain-list-community/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-18 14:45:28 UTC (rev 1304873)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=v2ray-domain-list-community
+pkgver=20220918140014
+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=('92e8437d49491dffdee0c779338e4b87a764ae7a9a4dbccc2f5c15a2604776b0c5aebf171ba3d123bdfd0e84f9d69db3760d893e4d917971c1c2d0d4877bd158')
+
+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
+}