From 6c232d273cdf12dbbe28e003273afd217814b911 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 15:52:24 +0200 Subject: [PATCH] lollypop: rebuild for Python 3.5 Switch to python3-* pkgs. --- srcpkgs/lollypop/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template index 15bc6878309..e1a13f0d6b5 100644 --- a/srcpkgs/lollypop/template +++ b/srcpkgs/lollypop/template @@ -1,13 +1,13 @@ # Template file for 'lollypop' pkgname=lollypop version=0.9.210 -revision=1 +revision=2 build_style=gnu-configure noarch=yes nocross=yes -hostmakedepends="intltool itstool pkg-config glib-devel gobject-introspection python3.4" +hostmakedepends="intltool itstool pkg-config glib-devel gobject-introspection python3" makedepends="gtk+3-devel" -depends="libsecret libnotify python3.4-dbus python3.4-gobject python3.4-pylast totem-pl-parser" +depends="libsecret libnotify python3-dbus python3-gobject python3-pylast totem-pl-parser" pycompile_module="lollypop" short_desc="A music player for GNOME" maintainer="Jürgen Buchmüller "