protontricks: update to 1.6.0.

This commit is contained in:
Arda Demir 2021-08-10 09:45:43 +03:00 committed by Érico Nogueira Rolim
parent 6f114c83aa
commit 25680df906

View file

@ -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 <orphan@voidlinux.org>"
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
}