remove go1.19

This commit is contained in:
bgme 2023-11-05 09:27:28 +08:00
parent 8dcda60f5e
commit 88300c4be3
6 changed files with 6 additions and 95 deletions

View file

@ -2,12 +2,12 @@
pkgname=sing-geoip
pkgver=20231012
pkgrel=1
pkgrel=2
pkgdesc='sing-geoip database'
arch=('any')
url="https://github.com/SagerNet/sing-geoip"
license=('custom:sing-geoip')
makedepends=('git' 'go1.19' 'jq')
makedepends=('git' 'go' 'jq')
source=("git+https://github.com/SagerNet/sing-geoip.git")
sha256sums=('SKIP')
@ -19,7 +19,7 @@ build() {
export NO_SKIP=true
cd "${srcdir}/${pkgname}"
go1.19 run -v .
go run -v .
}
package() {