summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Hüsers2022-12-08 22:10:45 +0100
committerManuel Hüsers2022-12-08 22:10:45 +0100
commit53cf84c171b1d266c1cd5e6e4bdde3a7054517af (patch)
tree86123ae4c26d968438e741ea5a0dd712212ccab2 /PKGBUILD
parent8e14d10866822eb2ae9fbaa7aabad854791aca6a (diff)
downloadaur-53cf84c171b1d266c1cd5e6e4bdde3a7054517af.tar.gz
spot-client: Use correct comment this time
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fa51499b981..6ad2678c8b0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('alsa-lib' 'cairo' 'glib2' 'glibc' 'graphene' 'gtk4' 'libadwaita' 'libp
optdepends=('org.freedesktop.secrets')
makedepends=('cargo' 'meson>=0.50.0')
checkdepends=('appstream-glib')
-options=('!lto') # Disable clippy tests, as they don't realy make sense for user builds (https://gitlab.com/dpeukert/pkgbuilds/-/issues/37)
+options=('!lto') # build breaks with LTO enabled (https://gitlab.com/dpeukert/pkgbuilds/-/issues/38)
source=(
"https://github.com/xou816/$_projectname/archive/$pkgver/$_projectname-$pkgver.tar.gz"
'disable-clippy.patch'