diff options
Diffstat (limited to 'community/wine')
-rw-r--r-- | community/wine/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/wine/PKGBUILD b/community/wine/PKGBUILD index 07256a53f..f868fcfa9 100644 --- a/community/wine/PKGBUILD +++ b/community/wine/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 55863 2011-09-24 02:48:10Z svenstaro $ +# $Id: PKGBUILD 56091 2011-09-30 23:44:20Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com> # Contributor: Eduardo Romero <eduardo@archlinux.org> @@ -6,7 +6,7 @@ pkgname=wine pkgver=1.3.29 -pkgrel=1 +pkgrel=2 _pkgbasever=${pkgver/rc/-rc} @@ -63,6 +63,7 @@ optdepends=( libcups lib32-libcups gnutls lib32-gnutls v4l-utils lib32-v4l-utils + libpulse lib32-libpulse oss ) |