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