[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Jul 2 23:28:14 UTC 2022
Date: Saturday, July 2, 2022 @ 23:28:14
Author: felixonmars
Revision: 1243711
archrelease: copy trunk to community-any
Added:
v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 1243710, 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-07-02 23:27:57 UTC (rev 1243710)
+++ PKGBUILD 2022-07-02 23:28:14 UTC (rev 1243711)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=v2ray-domain-list-community
-pkgver=20220701121823
-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=('12a4099fc11366bcc72d4a53cdca12161474f4379c6f2b02b4c32dd77e51ccb2f7c33ed47474a7d12ce2e347c410e6ba7db904474a02b611e74620b0bb8a7765')
-
-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 1243710, v2ray-domain-list-community/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-02 23:28:14 UTC (rev 1243711)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=v2ray-domain-list-community
+pkgver=20220702092201
+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=('475e4211611d5159c5b554cd3bdff8ba8751c6c54b0a12568c1a368961cf8fe4fad894ee3a8926bbdcb00dd26f308bc45fcecece6d31d35504aeb61b4ed0a7a6')
+
+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
+}
More information about the arch-commits
mailing list