From dfc3d7cffa1ee92193b3aee8c9f3e5a6f9d288d9 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Fri, 21 Oct 2016 11:26:50 +0200 Subject: [PATCH] lutris: update to 0.4.1. (#4975) --- srcpkgs/lutris/template | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template index 2cf490337c5..0d28eb069b2 100644 --- a/srcpkgs/lutris/template +++ b/srcpkgs/lutris/template @@ -1,16 +1,16 @@ # Template file for 'Lutris' pkgname=lutris -version=0.3.8 +version=0.4.1 revision=1 -build_style=python2-module -pycompile_module="lutris" +build_style=python3-module +wrksrc="${pkgname}" +pycompile_module="${pkgname}" +hostmakedepends="python3-setuptools python3-gobject" +depends="python3-dbus python3-gobject python3-xdg python3-yaml + python3-inotify xrandr" short_desc="Open gaming platform for managing games in a unified way" maintainer="Jan Wey. " -homepage="https://lutris.net/" license="GPL-3" -distfiles="http://lutris.net/releases/${pkgname}_${version}.tar.xz" -checksum=404b8379dbf9dcab6e25bca781b8afe0b3f9cd9b27ff58cba8b8c98f54fb74f4 -depends="python python-gobject python-yaml python-xdg python-dbus python-inotify gvfs xrandr" -makedepends="python python-devel python-xdg" -hostmakedepends="python-setuptools python-gobject" -wrksrc=lutris +homepage="https://lutris.net" +distfiles="${homepage}/releases/${pkgname}_${version}.tar.xz" +checksum=8cbcaecb4706fc4894c84e2eff5db198d8bcb9364f83edd4816134253059c967