mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 202510052212-2
This commit is contained in:
parent
fa8a98fe12
commit
27cac94f1e
2 changed files with 9 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = v2ray-rules-dat
|
||||
pkgdesc = Enhanced edition of V2Ray rules dat files.
|
||||
pkgver = 202510042211
|
||||
pkgrel = 1
|
||||
pkgver = 202510052212
|
||||
pkgrel = 2
|
||||
url = https://github.com/Loyalsoldier/v2ray-rules-dat
|
||||
arch = any
|
||||
license = GPL3
|
||||
|
|
@ -13,9 +13,9 @@ pkgbase = v2ray-rules-dat
|
|||
conflicts = v2ray-geoip
|
||||
conflicts = xray-geoip
|
||||
conflicts = xray-geosite
|
||||
source = geoip-202510042211.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202510042211/geoip.dat
|
||||
source = geosite-202510042211.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202510042211/geosite.dat
|
||||
source = geoip-202510052212.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202510052212/geoip.dat
|
||||
source = geosite-202510052212.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202510052212/geosite.dat
|
||||
sha256sums = ac108c8f3f110df9ef67af07709f2a26599b4ce20570e6ae51cf82ccb495e0ed
|
||||
sha256sums = 14b26c48c512c664171fb2e46a4b60f6c28f22afff81f4c2a655e10c5701176b
|
||||
sha256sums = ffc8a73e10ead8ae8b3e043cd0eb0d2152968186f5f53ba17a470604b72ecc20
|
||||
|
||||
pkgname = v2ray-rules-dat
|
||||
|
|
|
|||
7
PKGBUILD
7
PKGBUILD
|
|
@ -1,11 +1,12 @@
|
|||
# Maintainer: DeepChirp <DeepChirp@outlook.com>
|
||||
# Maintainer: hour-keeper <lok-ation@outlook.com>
|
||||
# Contributor: lilydjwg <lilydjwg@gmail.com>
|
||||
# Contributor: Zenvie <134689569+Zenvie@users.noreply.github.com>
|
||||
# Contributor: Felix Yan <felixonmars@archlinux.org>
|
||||
|
||||
pkgname=v2ray-rules-dat
|
||||
pkgver=202510042211
|
||||
pkgrel=1
|
||||
pkgver=202510052212
|
||||
pkgrel=2
|
||||
pkgdesc="Enhanced edition of V2Ray rules dat files."
|
||||
arch=('any')
|
||||
_author=Loyalsoldier
|
||||
|
|
@ -16,7 +17,7 @@ conflicts=('v2ray-domain-list-community' 'v2ray-geoip' 'xray-geoip' 'xray-geosit
|
|||
source=("geoip-$pkgver.dat::${url}/releases/download/${pkgver}/geoip.dat"
|
||||
"geosite-$pkgver.dat::${url}/releases/download/${pkgver}/geosite.dat")
|
||||
sha256sums=('ac108c8f3f110df9ef67af07709f2a26599b4ce20570e6ae51cf82ccb495e0ed'
|
||||
'14b26c48c512c664171fb2e46a4b60f6c28f22afff81f4c2a655e10c5701176b')
|
||||
'ffc8a73e10ead8ae8b3e043cd0eb0d2152968186f5f53ba17a470604b72ecc20')
|
||||
|
||||
package() {
|
||||
local d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue