summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGzxhwq2021-12-29 07:40:03 +0800
committerGzxhwq2021-12-29 07:40:03 +0800
commitdc4f65ca84e96aca7979e03fc5c34d01993141e3 (patch)
treeed855693128f95c1f7465eaffe511560c5b88977
parent076072c60d0b719c10ff971a79687928d71cc98d (diff)
downloadaur-dc4f65ca84e96aca7979e03fc5c34d01993141e3.tar.gz
Update PKGBUILD for test
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f4b4b1d73be..11956a6bebe2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = v2ray-rules-dat-autoupdate
pkgdesc = Enhanced edition of V2Ray and Xray rules dat files, compatible with Trojan-Go. Automaitcally update.
pkgver = 1.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Loyalsoldier/v2ray-rules-dat
install = v2ray-rules-dat-autoupdate.install
arch = any
@@ -24,14 +24,14 @@ pkgbase = v2ray-rules-dat-autoupdate
conflicts = v2ray-geoip-custom
conflicts = v2ray-rules-dat-git
conflicts = vxray-rules-dat-git
- source = https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202112272210/rules.zip
+ source = rules-202112282210.zip::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202112282210/rules.zip
source = v2ray-rules-dat-autoupdate
source = v2ray-rules-dat-autoupdate.install
source = v2ray-rules-dat-autoupdate.sysusers
source = v2ray-rules-dat-autoupdate.tmpfiles
source = v2ray-rules-dat-autoupdate.service
source = v2ray-rules-dat-autoupdate.timer
- sha256sums = 8a3b9358f5c485b5470e4e7f9341188524bd6c3d9d6644a50473a8330b166900
+ sha256sums = 31f790c55e4f050f8c0b66b0a2841a7e4f7059ac0fafd2ad81954f658ec41944
sha256sums = 1fd7c4f89bb0b89520b1615a5d6e1372a90a3b13ecb1c6669825c44cc52169b4
sha256sums = d5deeb9e02b2cf6e233da4369bb7d74e06054bd54ee9e62875f3342d7c931dbd
sha256sums = 5d0fac85c93516f45281f3e45071f4f98c4a9eadfbd72602129c888c823b79ef
diff --git a/PKGBUILD b/PKGBUILD
index 6d25160343e1..dc5c0d3d18b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=v2ray-rules-dat-autoupdate
_pkgname=v2ray-rules-dat
pkgdesc="Enhanced edition of V2Ray and Xray rules dat files, compatible with Trojan-Go. Automaitcally update."
pkgver=1.1
-pkgrel=3
+pkgrel=4
arch=('any')
url="https://github.com/Loyalsoldier/v2ray-rules-dat"
tag=$(git ls-remote --tags --refs --sort="version:refname" "$url".git | awk -F/ 'END{print$NF}')
@@ -17,7 +17,7 @@ depends=('curl')
install="${pkgname}.install"
-source=("${url}/releases/download/${tag}/rules.zip"
+source=("rules-${tag}.zip"::"${url}/releases/download/${tag}/rules.zip"
"${pkgname}"
"${pkgname}.install"
"${pkgname}.sysusers"