From 91087fd8925150c101a4d84eb4163764ad21b639 Mon Sep 17 00:00:00 2001 From: Giuseppe Date: Sat, 9 Nov 2013 14:49:46 +0000 Subject: [PATCH] wine: updated to version 1.7.6 --- wine/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wine/PKGBUILD b/wine/PKGBUILD index 1b0af7d..03e88e1 100644 --- a/wine/PKGBUILD +++ b/wine/PKGBUILD @@ -3,13 +3,13 @@ # maintainer: Giuseppe Cala' pkgname=wine -pkgver=1.7.4 +pkgver=1.7.6 pkgrel=1 _pkgbasever=${pkgver/rc/-rc} source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2 30-win32-aliases.conf) -md5sums=('a1e78cdce188a4f52244780b6628507b' +md5sums=('5c3f579f161d12a0d65c3fa1335b604f' '1ff4e467f59409272088d92173a0f801') pkgdesc="A compatibility layer for running Windows programs"