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