From 9a44a0d6328bb5714a05508c10145a3636151d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Thu, 8 Dec 2022 22:06:38 +0100 Subject: [PATCH] spot-client: Revert removal of comment --- spot-client/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spot-client/PKGBUILD b/spot-client/PKGBUILD index 7ee7105..2fa5149 100644 --- a/spot-client/PKGBUILD +++ b/spot-client/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') +options=('!lto') # Disable clippy tests, as they don't realy make sense for user builds (https://gitlab.com/dpeukert/pkgbuilds/-/issues/37) source=( "https://github.com/xou816/$_projectname/archive/$pkgver/$_projectname-$pkgver.tar.gz" 'disable-clippy.patch'