diff --git a/aur/owlry/.SRCINFO b/aur/owlry/.SRCINFO index 2deee8c..f4f816a 100644 --- a/aur/owlry/.SRCINFO +++ b/aur/owlry/.SRCINFO @@ -77,6 +77,7 @@ pkgbase = owlry replaces = owlry-meta-widgets replaces = owlry-meta-tools replaces = owlry-meta-full + options = !debug source = owlry-2.0.0.tar.gz::https://somegit.dev/Owlibou/owlry/archive/owlry-v2.0.0.tar.gz b2sums = SKIP diff --git a/aur/owlry/PKGBUILD b/aur/owlry/PKGBUILD index 0b3b541..265fcc4 100644 --- a/aur/owlry/PKGBUILD +++ b/aur/owlry/PKGBUILD @@ -67,6 +67,12 @@ provides=("${_v2_replaced[@]}") install=owlry.install +# Cargo's release profile strips the binary at compile time (strip = true +# in workspace Cargo.toml), so there are no debug symbols left for makepkg +# to extract into an owlry-debug subpackage. Disable debug splitting so the +# build doesn't ship a 0-byte debug package. +options=('!debug') + source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry/archive/owlry-v$pkgver.tar.gz") b2sums=('SKIP') # populated by `just aur-update-pkg owlry` once the tag is pushed