git » khotkeys.git » commit 916e8b9

Drop options=(debug)/options=('debug') from trunk

author Evangelos Foutras
2023-01-15 08:52:32 UTC
committer Evangelos Foutras
2023-01-15 08:52:32 UTC
parent 9285f8152f94290137c956a5eafe89e5d69f8481

Drop options=(debug)/options=('debug') from trunk

devtools 20230105-1 enables the debug option by default.

A follow-up commit will remove debug from alongside other options.

PKGBUILD +0 -1

diff --git a/PKGBUILD b/PKGBUILD
index c70ac30..800c3e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,6 @@ validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-Riddell
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah@kde.org>
               'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson <davidedmundson@kde.org>
               '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
-options=(debug)
 
 build() {
   cmake -B build -S $pkgname-$pkgver \