Date: Sunday, June 6, 2021 @ 20:42:40 Author: felixonmars Revision: 956322
archrelease: copy trunk to community-any Added: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 956321, 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-06-06 20:42:25 UTC (rev 956321) +++ PKGBUILD 2021-06-06 20:42:40 UTC (rev 956322) @@ -1,23 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=v2ray-domain-list-community -pkgver=20210606084319 -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=('2cd3c57a926b029457d94770c08d4ca4e159816fa8485444cd8133407ccea69e81904f047e5c38f34eea220dd79d3db766da500bfe3edd925c644dcc42934dd5') - -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 956321, v2ray-domain-list-community/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-06-06 20:42:40 UTC (rev 956322) @@ -0,0 +1,23 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=v2ray-domain-list-community +pkgver=20210606142051 +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=('afd5150ba369430471f58c0d7b479225c560eeed9facfef0496391049c954335ac1078033b29630a56bb737a5b4f9ba1684da1f17eecd74382e965c516e4ab5d') + +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 +}