lutris: update to 0.5.8.1

This commit is contained in:
Gadzhi Kharkharov 2020-11-15 10:59:33 +03:00 committed by Érico Nogueira Rolim
parent c8e473f23c
commit aada95c7a4

View file

@ -1,7 +1,7 @@
# Template file for 'lutris' # Template file for 'lutris'
pkgname=lutris pkgname=lutris
version=0.5.7.1 version=0.5.8.1
revision=2 revision=1
build_style=meson build_style=meson
hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel" hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel"
depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow
@ -13,10 +13,4 @@ license="GPL-3.0-or-later"
homepage="https://lutris.net" homepage="https://lutris.net"
changelog="https://raw.githubusercontent.com/lutris/lutris/master/debian/changelog" changelog="https://raw.githubusercontent.com/lutris/lutris/master/debian/changelog"
distfiles="https://github.com/lutris/lutris/archive/v${version}.tar.gz" distfiles="https://github.com/lutris/lutris/archive/v${version}.tar.gz"
checksum=5b03b1bb761945ddae5f82572b33b6785cc93c4f8c16d8d86fa194ad43e6ab56 checksum=9eba9ccc89069a1b23f1776c8533d6d0513c184f2f090428ec52bae63333138b
post_patch() {
# XXX Check if this script is changed
# It's 3 lines for now.
vsed -i -e '1s/bash/sh/' share/lutris/bin/resetxpad
}