Bump minimum Go version

This commit is contained in:
Sam Therapy 2023-05-12 19:40:32 +02:00
parent 881fb2f551
commit 5cf363ad64
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -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%-*}")