From d337f2629da7f2a02ddd08894acd5c782d2e074c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sat, 20 Feb 2021 01:15:42 -0300 Subject: [PATCH] chrome-gnome-shell: use python3. --- srcpkgs/chrome-gnome-shell/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"