diff --git a/wine/PKGBUILD b/wine/PKGBUILD index ec9aca7..263f9cb 100644 --- a/wine/PKGBUILD +++ b/wine/PKGBUILD @@ -1,17 +1,17 @@ # maintainer: Giuseppe Cala' pkgname=wine -pkgver=1.7.20 +pkgver=1.7.21 pkgrel=1 _pkgbasever=${pkgver/rc/-rc} -_pulsepatches=1.7.20 +_pulsepatches=1.7.21 source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2 30-win32-aliases.conf http://dev.gentoo.org/~tetromino/distfiles/wine/winepulse-patches-$_pulsepatches.tar.bz2) -md5sums=('439a9b275be4953fde194ca949568da1' +md5sums=('ee43e69f135c46ad544bc35cd7e6681c' '1ff4e467f59409272088d92173a0f801' - '84ce2689c79ca7ef8bfc40096dbee3f2') + 'c975b349bce41992905891e267ed61a6') pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com"