summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f85e45190b2c..227aa8335c4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dnspeep
pkgdesc = Spy on the DNS queries your computer is making
pkgver = 0.1.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jvns/dnspeep
arch = x86_64
license = MIT
@@ -9,6 +9,7 @@ pkgbase = dnspeep
depends = libpcap
provides = dnspeep
conflicts = dnspeep-bin
+ options = !lto
source = https://github.com/jvns/dnspeep/archive/v0.1.3.tar.gz
sha512sums = 82dafdf415678eeff1112a0114806e9e2edb8fea6fd2b7642df2384fcb995a69c80a9674745fcd7fc1baed7a72ecf27756f3a7f0cdf494e6ff9a7e4812e24bc9
diff --git a/PKGBUILD b/PKGBUILD
index 4f220a015471..7bb2b6afe7ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dnspeep
pkgver=0.1.3
-pkgrel=2
+pkgrel=3
pkgdesc='Spy on the DNS queries your computer is making'
url='https://github.com/jvns/dnspeep'
arch=('x86_64')
@@ -13,6 +13,9 @@ provides=('dnspeep')
conflicts=('dnspeep-bin')
source=("$url/archive/v$pkgver.tar.gz")
sha512sums=('82dafdf415678eeff1112a0114806e9e2edb8fea6fd2b7642df2384fcb995a69c80a9674745fcd7fc1baed7a72ecf27756f3a7f0cdf494e6ff9a7e4812e24bc9')
+# options added per https://bbs.archlinux.org/viewtopic.php?id=294150
+# and https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/issues/20#note_172172
+options=('!lto')
# per https://wiki.archlinux.org/title/Rust_package_guidelines#Prepare
prepare() {