wine-gecko: update to 2.47.1

This commit is contained in:
Nathan Owens 2019-12-30 01:14:28 -06:00 committed by Helmut Pozimski
parent 5c2278c9f7
commit 15789e590b

View file

@ -1,18 +1,18 @@
# Template file for 'wine-gecko'
pkgname=wine-gecko
version=2.47
version=2.47.1
revision=1
archs=noarch
build_style=fetch
checksum=3b8a361f5d63952d21caafd74e849a774994822fb96c5922b01d554f1677643a
distfiles="http://dl.winehq.org/wine/${pkgname}/${version}/wine_gecko-${version}-x86.msi"
homepage="http://wiki.winehq.org/Gecko"
license="MPL-2"
short_desc="Mozilla Gecko Layout Engine for WINE (32bit)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MPL-2.0"
homepage="http://wiki.winehq.org/Gecko"
distfiles="http://dl.winehq.org/wine/${pkgname}/${version}/wine-gecko-${version}-x86.msi"
checksum=f00b0e2892404827e8ce6811dedfc25ae699a09955bb3df1bbb31753e51da051
do_install() {
# The actual installation within WINE occurs at runtime in whatever
# WINEPREFIX is being used.
vinstall wine_gecko-${version}-x86.msi 644 usr/share/wine/gecko
vinstall wine-gecko-${version}-x86.msi 644 usr/share/wine/gecko
}