From 520e9e99dfe51654bce31460b7ceb63e7f87a134 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 2 Feb 2019 23:42:16 -0200 Subject: [PATCH] lutris: nocross --- srcpkgs/lutris/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template index 9bca960204e..a280138ee0d 100644 --- a/srcpkgs/lutris/template +++ b/srcpkgs/lutris/template @@ -4,7 +4,7 @@ version=0.5.0 revision=1 noarch=yes build_style=python3-module -pycompile_module="${pkgname}" +pycompile_module="$pkgname" hostmakedepends="python3-setuptools python3-gobject gtk+3-devel" depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow pciutils cabextract gtk+3 xrandr unzip unrar p7zip" @@ -15,3 +15,4 @@ homepage="https://lutris.net" changelog="https://raw.githubusercontent.com/lutris/lutris/master/debian/changelog" distfiles="https://github.com/lutris/lutris/archive/v${version}.tar.gz" checksum=4bc58106dac4cc19ece590504e2328ca787ec4dd6f2d9f83d18dc820335fd3ea +nocross="gobject-introspection"