Bump minimum Go version
This commit is contained in:
parent
5cf363ad64
commit
3e4edc4554
2 changed files with 21 additions and 21 deletions
40
.SRCINFO
40
.SRCINFO
|
@ -1,23 +1,23 @@
|
|||
pkgbase = awl-dns-git
|
||||
pkgdesc = A DNS client
|
||||
pkgver = 0.6.7.r4.g45d1aaf
|
||||
pkgrel = 1
|
||||
url = https://git.froth.zone/sam/awl
|
||||
arch = i686
|
||||
arch = pentium4
|
||||
arch = x86_64
|
||||
arch = arm
|
||||
arch = armv6h
|
||||
arch = armv7h
|
||||
arch = aarch64
|
||||
license = BSD
|
||||
makedepends = git
|
||||
makedepends = go>=1.19
|
||||
makedepends = scdoc
|
||||
provides = awl-dns
|
||||
conflicts = awl-dns
|
||||
options = !lto
|
||||
source = awl-dns-git::git+https://git.froth.zone/sam/awl.git
|
||||
sha256sums = SKIP
|
||||
pkgdesc = A DNS client
|
||||
pkgver = 0.6.7.r4.g45d1aaf
|
||||
pkgrel = 1
|
||||
url = https://git.froth.zone/sam/awl
|
||||
arch = i686
|
||||
arch = pentium4
|
||||
arch = x86_64
|
||||
arch = arm
|
||||
arch = armv6h
|
||||
arch = armv7h
|
||||
arch = aarch64
|
||||
license = BSD
|
||||
makedepends = git
|
||||
makedepends = go>=1.20
|
||||
makedepends = scdoc
|
||||
provides = awl-dns
|
||||
conflicts = awl-dns
|
||||
options = !lto
|
||||
source = awl-dns-git::git+https://git.froth.zone/sam/awl.git
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = awl-dns-git
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -9,7 +9,7 @@ options=(!lto)
|
|||
license=('BSD')
|
||||
makedepends=(
|
||||
'git'
|
||||
'go>=1.19'
|
||||
'go>=1.20'
|
||||
'scdoc'
|
||||
)
|
||||
provides=("${pkgname%-*}")
|
||||
|
|
Loading…
Reference in a new issue