chrome-gnome-shell: use python3.

This commit is contained in:
Érico Rolim 2021-02-20 01:15:42 -03:00 committed by Érico Nogueira Rolim
parent d9c83dbe8b
commit f610253281

View file

@ -1,11 +1,11 @@
# Template file for 'chrome-gnome-shell'
pkgname=chrome-gnome-shell
version=10.1
revision=1
revision=2
build_style=cmake
configure_args=" -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../"
hostmakedepends="python jq"
depends="python python-gobject python-requests dbus gnome-shell"
hostmakedepends="python3 jq"
depends="python3 python3-gobject python3-requests dbus gnome-shell"
short_desc="GNOME Shell integration for Chrome"
maintainer="Stepan Usatiuk <stepus53@gmail.com>"
license="GPL-3.0-or-later"