Date: Monday, December 12, 2022 @ 01:32:03 Author: felixonmars Revision: 1358795
archrelease: copy trunk to community-any Added: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 1358794, 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-12-12 01:31:52 UTC (rev 1358794) +++ PKGBUILD 2022-12-12 01:32:03 UTC (rev 1358795) @@ -1,23 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=v2ray-domain-list-community -pkgver=20221210024426 -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=('65967f5abe89aea17f3e87aea6e75cb67ea0ea9ff55e4b696a4f537875ed2ae1f9c031e83aaf031792eeb98a096c7c051b16422f166e109c4ec3a03b69c0eb49') - -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 1358794, v2ray-domain-list-community/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-12-12 01:32:03 UTC (rev 1358795) @@ -0,0 +1,23 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=v2ray-domain-list-community +pkgver=20221211071430 +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=('cd44e437fc4c2fbdc7da74f50fc0023da63edcb61d76012517e4000c1300295fe01fb8248698a7c601c67270d65433a9fdd2e4d555b85635eb9f2f9c124f7898') + +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 +}