fix sing-geoip sing-geosite

This commit is contained in:
bgme 2023-05-16 13:28:04 +08:00
parent 4c7b45972a
commit a962f9b445
4 changed files with 4 additions and 6 deletions

View file

@ -7,7 +7,7 @@ pkgdesc='sing-geoip database'
arch=('any')
url="https://github.com/SagerNet/sing-geoip"
license=('custom:sing-geoip')
makedepends=('git' 'go1.19')
makedepends=('git' 'go1.19' 'jq')
source=("git+https://github.com/SagerNet/sing-geoip.git")
sha256sums=('SKIP')

View file

@ -14,5 +14,4 @@ post_build: git_pkgbuild_commit
update_on:
- source: github
github: SagerNet/sing-geoip
- source: cmd
cmd: curl https://api.github.com/repos/Dreamacro/maxmind-geoip/releases/latest | jq -r ".name"
- source: vcs

View file

@ -7,7 +7,7 @@ pkgdesc='sing-geosite database'
arch=('any')
url="https://github.com/SagerNet/sing-geosite"
license=('custom:sing-geosite')
makedepends=('git' 'go')
makedepends=('git' 'go' 'jq')
source=("git+https://github.com/SagerNet/sing-geosite.git")
sha256sums=('SKIP')

View file

@ -11,5 +11,4 @@ post_build: git_pkgbuild_commit
update_on:
- source: github
github: SagerNet/sing-geosite
- source: cmd
cmd: curl https://api.github.com/repos/v2fly/domain-list-community/releases/latest | jq -r ".name"
- source: vcs