Bump minimum Go version

This commit is contained in:
Sam Therapy 2023-08-10 19:57:09 +02:00
parent 5cf363ad64
commit 3e4edc4554
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD
2 changed files with 21 additions and 21 deletions

View file

@ -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

View file

@ -9,7 +9,7 @@ options=(!lto)
license=('BSD')
makedepends=(
'git'
'go>=1.19'
'go>=1.20'
'scdoc'
)
provides=("${pkgname%-*}")