summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-01-20 18:24:07 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-01-20 18:24:07 +0100
commite545faaf7b18d451c082f697675f0ab0e7599ed1 (patch)
tree12fe06dc34c99f9f31649ec13178ac4431b42222
parent51c02386cb4af6c201b1faede6f4b1b94422552b (diff)
downloadqutebrowser-e545faaf7b18d451c082f697675f0ab0e7599ed1.tar.gz
qutebrowser-e545faaf7b18d451c082f697675f0ab0e7599ed1.zip
Fix stacktrace instructions
-rw-r--r--doc/stacktrace.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/stacktrace.asciidoc b/doc/stacktrace.asciidoc
index fd41639b0..f38c54940 100644
--- a/doc/stacktrace.asciidoc
+++ b/doc/stacktrace.asciidoc
@@ -63,7 +63,7 @@ Server = https://qutebrowser.org/qt-debug/$arch
Then install the packages:
----
-# pacman -Suy pyqt5-common-debug python-pyqt5-debug qt5-base-debug qt5-webkit-debug qt5-webengine-debug
+# pacman -Suy python-pyqt5-debug qt5-base-debug qt5-webkit-debug qt5-webengine-debug
----
The `-debug` packages conflict with the non-debug variants - it's safe to
@@ -84,7 +84,7 @@ $ export DEBUG_CXXFLAGS='-ggdb3 -fvar-tracking-assignments -Og'
$ cd qt5
$ makepkg -si --pkg qt5-base-debug,qt5-webkit-debug,qt5-webengine-debug
$ cd ../pyqt5
-$ makepkg -si --pkg pyqt5-common-debug,python-pyqt5-debug
+$ makepkg -si --pkg python-pyqt5-debug
----
Getting the stack trace