Diff albert-0.20.13 with a albert-0.20.14

/usr/portage/x11-misc/albert/albert-0.20.14.ebuild 2023-10-09 14:52:35.928368512 +0300
10 10
DESCRIPTION="A fast and flexible keyboard launcher"
11 11
HOMEPAGE="https://albertlauncher.github.io/"
12 12

  
13
PLUGINS_HASH="7eebb033005f2aab74f59cadecb7ec185a1cfcbe"
14
PYTHON_EXTENSIONS_COMMIT="29582644bfc992f66d306ff91057b7fdb9d0682e"
13
PLUGINS_HASH="6da6e51a1173e7b8eaa1de26475401bf7984ecdd"
14
PYTHON_EXTENSIONS_COMMIT="962a832cc35377d5c719147800368a3e83703646"
15 15

  
16 16
SRC_URI="
17 17
	https://github.com/albertlauncher/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
......
31 31

  
32 32
RDEPEND="
33 33
	dev-cpp/muParser
34
	dev-libs/qhotkey[qt6]
34 35
	dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,sqlite,widgets]
35 36
	dev-qt/qtscxml:6
36 37
	dev-qt/qtsvg:6
38
	sci-libs/libqalculate:=
37 39
	python? (
38 40
		$(python_gen_cond_dep 'dev-python/urllib3[${PYTHON_USEDEP}]')
39 41
		${PYTHON_DEPS}
40 42
	)
41 43
"
42 44
DEPEND="${RDEPEND}
43
	dev-libs/qhotkey[qt6]
44
	python? ( $(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]') )
45
	sci-libs/libqalculate"
45
	x11-base/xorg-proto
46
	python? ( $(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]') )"
46 47

  
47 48
PATCHES=("${FILESDIR}/${PN}-0.20.13-use-system-qhotkey-libraries-and-headers.patch")
48 49

  
Thank you!