summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClaudia Pellegrino2025-02-12 08:53:40 +0100
committerClaudia Pellegrino2025-02-12 08:53:40 +0100
commit3233b495e705823c1ffab4748117f3fa2c1c98d0 (patch)
tree43ec9b5dfa3d8ceedbdb644b6d776f3d942d0b5a /PKGBUILD
parent02b44744788402a9016f872aee3ed4baf2e11489 (diff)
downloadaur-3233b495e705823c1ffab4748117f3fa2c1c98d0.tar.gz
Disable LTO, re-enable debug flag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1ecc0884a76..4a8aa33c241c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=packetry
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='USB 2.0 protocol analysis app for use with Cynthion'
arch=('x86_64')
url='https://github.com/greatscottgadgets/packetry'
@@ -26,7 +26,7 @@ makedepends=(
'python-sphinx_rtd_theme'
)
checkdepends=('at-spi2-core' 'xorg-server-xvfb')
-options=('!debug')
+options=('!lto')
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/greatscottgadgets/packetry/archive/v${pkgver}.tar.gz"