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