Bump minimum Go version
This commit is contained in:
parent
881fb2f551
commit
5cf363ad64
2 changed files with 4 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = awl-dns-git
|
||||
pkgdesc = A DNS client
|
||||
pkgver = 0.6.6.r3.g928123e
|
||||
pkgver = 0.6.7.r4.g45d1aaf
|
||||
pkgrel = 1
|
||||
url = https://git.froth.zone/sam/awl
|
||||
arch = i686
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Sam Therapy <sam at samtherapy dot net>
|
||||
pkgname=awl-dns-git
|
||||
pkgver=0.5.10.r3.g7e7c88d
|
||||
pkgrel=2
|
||||
pkgver=0.6.7.r4.g45d1aaf
|
||||
pkgrel=1
|
||||
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
pkgdesc="A DNS client"
|
||||
url="https://git.froth.zone/sam/awl"
|
||||
|
@ -9,7 +9,7 @@ options=(!lto)
|
|||
license=('BSD')
|
||||
makedepends=(
|
||||
'git'
|
||||
'go>=1.18'
|
||||
'go>=1.19'
|
||||
'scdoc'
|
||||
)
|
||||
provides=("${pkgname%-*}")
|
||||
|
|
Loading…
Reference in a new issue