diff --git a/wine/PKGBUILD b/wine/PKGBUILD index 59575c947a4a512879abf6186d458635b3bcd56c..24bec7077000c0b9e6ce2b977bc188fc5f728c56 100644 --- a/wine/PKGBUILD +++ b/wine/PKGBUILD @@ -1,11 +1,11 @@ pkgname=wine -pkgver=4.14 +pkgver=4.15 pkgrel=1 _pkgver=${pkgver/rc/-rc} source=(https://dl.winehq.org/wine/source/4.x/$pkgname-$_pkgver.tar.xz 30-win32-aliases.conf) -md5sums=('a835928827b34f8de67e37f87294ce01' +md5sums=('234811f7f42aa4dc444ee74a2ee63a83' '1ff4e467f59409272088d92173a0f801') pkgdesc="A compatibility layer for running Windows programs" url="https://www.winehq.org/"