From af5fe6560e5079b081ece67dc24092924fa9a5e1 Mon Sep 17 00:00:00 2001 From: Chaoting Liu Date: Fri, 27 May 2016 19:07:00 +0100 Subject: [PATCH] wine: update to 1.9.11 --- wine/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wine/PKGBUILD b/wine/PKGBUILD index c066e93..be5f821 100644 --- a/wine/PKGBUILD +++ b/wine/PKGBUILD @@ -1,11 +1,11 @@ pkgname=wine -pkgver=1.9.10 +pkgver=1.9.11 pkgrel=1 _pkgver=${pkgver/rc/-rc} source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgver.tar.bz2 30-win32-aliases.conf) -md5sums=('5e22fd3846fb3df3c7acfd61e544452d' +md5sums=('4671b9db70be056f45ad145bb11a6305' '1ff4e467f59409272088d92173a0f801') pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com"