From 9f63cc525631887912b3664ea90cc56ef66270dd Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 14 Mar 2022 03:39:12 -0400 Subject: [PATCH] protontricks: update to 1.8.0, add missing dependency. fixes #36072 --- srcpkgs/protontricks/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template index 30b450cd35324f..208a55032a36ac 100644 --- a/srcpkgs/protontricks/template +++ b/srcpkgs/protontricks/template @@ -1,17 +1,17 @@ # Template file for 'protontricks' pkgname=protontricks -version=1.6.1 +version=1.8.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools_scm" -depends="python3-vdf winetricks" +depends="python3-vdf winetricks python3-setuptools" short_desc="Simple wrapper that does winetricks things for Proton enabled games" maintainer="Orphaned " license="GPL-3.0-only" homepage="https://github.com/Matoking/protontricks" changelog="https://raw.githubusercontent.com/Matoking/protontricks/master/CHANGELOG.md" distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=7fe1bcc4cf029947850d8032b8a389e07ffb4e60e2d25a9c7535fa6e845b3ad8 +checksum=d56b53c4ea4286ae20588072433c30193143a75654ea216db389503a63661b09 make_check=no # no tests in pypi tarball post_install() {