git » pyqt5.git » commit 4c52836

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 bee92a030f12e4c7b6d6551a1b876175f1aa6d6a

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 21007aa..e0cf198 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,7 +40,6 @@ makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
 conflicts=('pyqt5-common')
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz")
 sha256sums=('755121a52b3a08cb07275c10ebb96576d36e320e572591db16cfdbc558101594')
-options=(debug)
 
 build() {
   cd PyQt5-$pkgver