From cea1759ffac9939ab4eafc24a8ee7a07f339d116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giuseppe=20Cal=C3=A0?= Date: Fri, 12 Dec 2014 10:11:14 +0000 Subject: [PATCH] wine: updated to version 1.7.32 --- wine/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wine/PKGBUILD b/wine/PKGBUILD index 1b7874b..71cb336 100644 --- a/wine/PKGBUILD +++ b/wine/PKGBUILD @@ -1,16 +1,16 @@ # maintainer: Giuseppe Cala' pkgname=wine -pkgver=1.7.31 +pkgver=1.7.32 pkgrel=1 _pkgbasever=${pkgver/rc/-rc} source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2 30-win32-aliases.conf https://github.com/wine-compholio/wine-staging/archive/v${pkgver}.tar.gz) -md5sums=('b41bba459678df1304c39a85ae6fc5df' +md5sums=('2e428f64daba676c3580e464f5fcbc5c' '1ff4e467f59409272088d92173a0f801' - 'ebbf98c7d91f6a97a7c152902f53d5b7') + '083215a8217e32e96aacfdffb8279ffd') pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com"