remove go1.19
This commit is contained in:
parent
8dcda60f5e
commit
88300c4be3
6 changed files with 6 additions and 95 deletions
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
pkgname=sing-geosite
|
||||
pkgver=20231031055637
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='sing-geosite database'
|
||||
arch=('any')
|
||||
url="https://github.com/SagerNet/sing-geosite"
|
||||
license=('custom:sing-geosite')
|
||||
makedepends=('git' 'go1.19' 'jq')
|
||||
makedepends=('git' 'go' 'jq')
|
||||
source=("git+https://github.com/SagerNet/sing-geosite.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ build() {
|
|||
export NO_SKIP=true
|
||||
|
||||
cd "${srcdir}/${pkgname}"
|
||||
go1.19 run -v .
|
||||
GOTOOLCHAIN=go1.20.10 go run -v .
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@ maintainers:
|
|||
- github: yingziwu
|
||||
email: i@bgme.me
|
||||
|
||||
repo_depends:
|
||||
- go1.19
|
||||
|
||||
build_prefix: extra-x86_64
|
||||
|
||||
pre_build: vcs_update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue