summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Hüsers2022-12-08 22:06:38 +0100
committerManuel Hüsers2022-12-08 22:06:38 +0100
commit8e14d10866822eb2ae9fbaa7aabad854791aca6a (patch)
tree772420750e0a542748b789e0af73ce66748d7f99 /PKGBUILD
parentd7218a0c5f3de25212a6ea6fb9ec99de28fe29ab (diff)
downloadaur-8e14d10866822eb2ae9fbaa7aabad854791aca6a.tar.gz
spot-client: Revert removal of comment
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ee71051c553..2fa51499b981 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')
+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'