From 5649b9c23f2bcc075feabe3b8ac13a5b8c14cccf Mon Sep 17 00:00:00 2001 From: Arda Demir Date: Tue, 10 Aug 2021 09:45:43 +0300 Subject: [PATCH] protontricks: update to 1.6.0. --- srcpkgs/protontricks/template | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template index 6409fe71dc89..b95d67533565 100644 --- a/srcpkgs/protontricks/template +++ b/srcpkgs/protontricks/template @@ -1,6 +1,6 @@ # Template file for 'protontricks' pkgname=protontricks -version=1.5.2 +version=1.6.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools_scm" @@ -9,6 +9,13 @@ 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=5b1be5e3b40f7b6e64fa593f9fd1264ca37a99ab04d83907e14e9ba8da3e69d2 +checksum=c25b51f6d353f6672edd3417ad2dd2c04d6cd9f6ed8876a5874f313bbfd180ae make_check=no # no tests in pypi tarball + +post_install() { + # Remove `protontricks-desktop-install`, since we + # already install .desktop files properly. + rm ${DESTDIR}/usr/bin/protontricks-desktop-install +}