[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

Felix Yan felixonmars at archlinux.org
Mon Mar 29 12:00:23 UTC 2021


    Date: Monday, March 29, 2021 @ 12:00:23
  Author: felixonmars
Revision: 909066

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
    (from rev 909065, 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	2021-03-29 11:59:58 UTC (rev 909065)
+++ PKGBUILD	2021-03-29 12:00:23 UTC (rev 909066)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=v2ray-domain-list-community
-pkgver=20210328132031
-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=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('820befafe1956f33de1e1bfd666f0b47264b3c3bd1315cf11c75a01455b54d4831855231ffdbd19b0188984b01789f482507cd32fe93e88e5ec57dd244b54971')
-
-build() {
-  cd domain-list-community-$pkgver
-  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 909065, v2ray-domain-list-community/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-29 12:00:23 UTC (rev 909066)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=v2ray-domain-list-community
+pkgver=20210329080058
+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=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('d52fef91218e0f4bfe2d067fed097138d2c34603ab98dbd19ccce79e865746eaff97b228528bf158090f311cbe808430775eb6f3eae9f4ecba5df0d310ff5f22')
+
+build() {
+  cd domain-list-community-$pkgver
+  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