lutris: update to 0.4.16
Closes #14340. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
f3569ecf9d
commit
f990b69d6a
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'lutris'
|
||||
pkgname=lutris
|
||||
version=0.4.14
|
||||
version=0.4.16
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
wrksrc="${pkgname}"
|
||||
pycompile_module="${pkgname}"
|
||||
hostmakedepends="python3-setuptools python3-gobject"
|
||||
depends="python3-dbus python3-gobject python3-yaml xrandr"
|
||||
short_desc="Open gaming platform for managing games in a unified way"
|
||||
maintainer="Jan Wey. <janwey.git@gmail.com>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://lutris.net"
|
||||
distfiles="${homepage}/releases/${pkgname}_${version}.tar.xz"
|
||||
checksum=379df37d2cca46e7678c4a3f26b5033007bc5be10f861e684cd04f45175d8039
|
||||
distfiles="https://github.com/lutris/lutris/archive/v${version}.tar.gz"
|
||||
checksum=0d07e425c3aeff2f50e1327b2c76bae8ae461af8d002b90bdbf111ec56e9a6fb
|
||||
|
|
Loading…
Reference in a new issue