# Maintainer: so1ar pkgname=v2ray-geoip-custom pkgver=202201202210 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=('609fe0ae4c273ee39edbe1be224048e9e83144d6ecbf1683f7955f0a8e49bc4b') package() { install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat }