From fcb7301a680433d62ddd0ee7e0c8aaf3d9f3e19d Mon Sep 17 00:00:00 2001 From: travankor Date: Thu, 31 Dec 2020 07:01:13 -0700 Subject: [PATCH] winetricks: update to 20201206. --- srcpkgs/winetricks/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/winetricks/template b/srcpkgs/winetricks/template index 471ba9ca896..c6610df85c2 100644 --- a/srcpkgs/winetricks/template +++ b/srcpkgs/winetricks/template @@ -1,7 +1,7 @@ # Template file for 'winetricks' pkgname=winetricks -version=20200412 -revision=2 +version=20201206 +revision=1 build_style=gnu-makefile depends="cabextract unzip xmessage" # actually it depends on wine short_desc="Script to install various redistributable runtime libraries in Wine" @@ -9,4 +9,9 @@ maintainer="mater11234 " license="LGPL-3.0-or-later" homepage="http://wiki.winehq.org/winetricks" distfiles="https://github.com/Winetricks/winetricks/archive/$version.tar.gz" -checksum=4b0aa4f11dbc30d10a8edd2bb83fcc34f9b143ab58ccce7b99cd54ebff7ec260 +checksum=2eb5c09e30be942383e242694e654aa294ed2a396e68c68b5eaa17427bd8242b + +do_check() { + # Needs python3-bashate + : +}