# Maintainer: so1ar pkgname=v2ray-geoip-custom pkgver=202208152212 pkgrel=1 pkgdesc="Custom GeoIP List for V2Ray" arch=('any') url="https://github.com/Loyalsoldier/v2ray-rules-dat" license=('GPL3') provides=('v2ray-geoip') conflicts=('v2ray-geoip') source=("geoip-$pkgver.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/$pkgver/geoip.dat") sha256sums=('cc64fd248239e216545e3a93b287548560be2dcfff5403edae34c8c3655be204') package() { install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat }