git » qt5-remoteobjects.git » commit 1c27d31

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 6ce14b617611d39de93f5c660b8e1a847ef20c12

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 418a5ac..8f96287 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,6 @@ groups=(qt qt5)
 _pkgfqn=${pkgname/5-/}
 source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
 sha256sums=('SKIP')
-options=(debug)
 
 pkgver() {
   cd $_pkgfqn