diff options
author | root <root@rshg054.dnsready.net> | 2011-09-24 23:14:35 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-24 23:14:35 +0000 |
commit | 38a0b12ffffc8842019f47425b60688253e709b0 (patch) | |
tree | 73c9939e109bcff426e5d2a91fdd1a7baee2f2d3 /community/wine/PKGBUILD | |
parent | cb2a1951e9cd1de18c0ab88c9d741e91a423fc36 (diff) |
Sat Sep 24 23:14:35 UTC 2011
Diffstat (limited to 'community/wine/PKGBUILD')
-rw-r--r-- | community/wine/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/wine/PKGBUILD b/community/wine/PKGBUILD index 29c749205..07256a53f 100644 --- a/community/wine/PKGBUILD +++ b/community/wine/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 55318 2011-09-09 21:53:02Z svenstaro $ +# $Id: PKGBUILD 55863 2011-09-24 02:48:10Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com> # Contributor: Eduardo Romero <eduardo@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=wine -pkgver=1.3.28 +pkgver=1.3.29 pkgrel=1 _pkgbasever=${pkgver/rc/-rc} source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2) -md5sums=('70574d609161cec8523804cd9364bcd2') +md5sums=('6c4159ef53c81faf5e52f29211ac50de') pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com" |