diff --git a/wine/PKGBUILD b/wine/PKGBUILD index 825aaca..a279aa8 100644 --- a/wine/PKGBUILD +++ b/wine/PKGBUILD @@ -1,11 +1,11 @@ pkgname=wine -pkgver=2.9 +pkgver=2.10 pkgrel=1 _pkgver=${pkgver/rc/-rc} source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgver.tar.xz 30-win32-aliases.conf) -md5sums=('8af882262e5fad2c01d4a1f4e51458aa' +md5sums=('6f0798c73752ad22a1a3d69c49157e31' '1ff4e467f59409272088d92173a0f801') pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com"