summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Therapy2023-04-03 15:00:22 +0200
committerSam Therapy2023-04-03 15:00:22 +0200
commit881fb2f551d249c24818705820490af6b3e95e64 (patch)
tree2a9ddee2d11db95f5450a6fe5a47230dc7db4d0c
parent5ba667b122004a9b3633969d9c046b8b7bdca372 (diff)
downloadaur-881fb2f551d249c24818705820490af6b3e95e64.tar.gz
Bump Go version minimum, disable LTO
-rw-r--r--.SRCINFO39
-rw-r--r--PKGBUILD1
2 files changed, 21 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f2cbe133681..4b7e64109884 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,23 @@
pkgbase = awl-dns-git
- pkgdesc = A DNS client
- pkgver = 0.5.10.r3.g7e7c88d
- pkgrel = 2
- 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.18
- makedepends = scdoc
- provides = awl-dns
- conflicts = awl-dns
- source = awl-dns-git::git+https://git.froth.zone/sam/awl.git
- sha256sums = SKIP
+ pkgdesc = A DNS client
+ pkgver = 0.6.6.r3.g928123e
+ 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
pkgname = awl-dns-git
diff --git a/PKGBUILD b/PKGBUILD
index d15648877252..2e7e04a3c1a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgrel=2
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
pkgdesc="A DNS client"
url="https://git.froth.zone/sam/awl"
+options=(!lto)
license=('BSD')
makedepends=(
'git'