git » wireplumber.git » commit e838034

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 3556c7113739bd97a88b1897f77b485b33fc74ed

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 f03db99..0f2be73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,6 @@ makedepends=(
   systemd
 )
 checkdepends=(pipewire-audio)
-options=(debug)
 source=("git+https://gitlab.freedesktop.org/pipewire/$pkgbase.git#commit=$_commit")
 sha256sums=('SKIP')