summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Lefranc2023-09-14 14:14:10 +0200
committerGuillaume Lefranc2023-09-14 14:14:10 +0200
commit14508d2e557b17fea6295c42afd3179f3acd2e17 (patch)
tree57e41755756906f924381e6456ad00ea9641c740
parent392a02380b962b4c91c3b1a66425cd0ad37e707a (diff)
downloadaur-14508d2e557b17fea6295c42afd3179f3acd2e17.tar.gz
Bump version to 1.40.1
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e11e03f293c..1a1b1491cc25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = nextdns
arch = x86_64
license = MIT
makedepends = go
+ options = !lto
source = https://github.com/nextdns/nextdns/archive/v1.40.1.tar.gz
source = nextdns.service
sha256sums = 5fec5ed5373d94dcaf8b17ddd78d05ccdfd0faa8b4695d9e926d8e71278ea08e
diff --git a/PKGBUILD b/PKGBUILD
index b1dc71eef9e9..801abc012644 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ license=('MIT')
makedepends=('go')
source=("$url/archive/v$pkgver.tar.gz" "nextdns.service")
sha256sums=('@checksum@')
+options=(!lto)
build() {
cd $pkgname-$pkgver