Skip to content

Commit

Permalink
qutebrowser: update to 3.1.0 (#1865)
Browse files Browse the repository at this point in the history
**Summary**
- Release notes can be found
[here](https://github.com/qutebrowser/qutebrowser/blob/main/doc/changelog.asciidoc).
- Change from QT5 to QT6.

**Test plan**
- Installed, started and checked that it used QT6.

**Checklist**
- [X] Package was built and tested against unstable.
  • Loading branch information
davidjharder authored Mar 12, 2024
2 parents cc08246 + 3289bd9 commit 22793e0
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 44 deletions.
14 changes: 7 additions & 7 deletions packages/q/qutebrowser/package.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name : qutebrowser
version : 2.5.0
release : 42
version : 3.1.0
release : 43
source :
- https://github.com/qutebrowser/qutebrowser/releases/download/v2.5.0/qutebrowser-2.5.0.tar.gz : e18442a230570f25918a2e89ad4d073ace46c4f59b5fdda2e80ab3c4764451fd
- https://github.com/qutebrowser/qutebrowser/archive/refs/tags/v3.1.0.tar.gz : 9307d55f1d9157b7906ac08566e3951bffd6f5b753432deaa9a13681995ba3ca
homepage : https://qutebrowser.org
license : GPL-3.0-or-later
component : network.web.browser
summary : A keyboard-driven, vim-like browser based on PyQt5
summary : A keyboard-driven, vim-like browser based on PyQt6.
description: |
A keyboard-driven, vim-like browser based on PyQt5.
A keyboard-driven, vim-like browser based on PyQt6.
builddeps :
- pkgconfig(python3)
- asciidoc
rundeps :
- python3-qt5
- python-jinja
- python-qtwebengine
- python-pyqt6-webengine
- pyyaml
build : |
%make -f misc/Makefile
Expand Down
Loading

0 comments on commit 22793e0

Please sign in to comment.