diff --git a/srcpkgs/chrome-gnome-shell/template b/srcpkgs/chrome-gnome-shell/template index f4ae9ad6cfb..244f7fa37a7 100644 --- a/srcpkgs/chrome-gnome-shell/template +++ b/srcpkgs/chrome-gnome-shell/template @@ -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 " license="GPL-3.0-or-later"