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