From 6d9ca4f151a90d60b1a1bdca5c34838456d09937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 30 Jan 2014 21:01:05 -0200 Subject: wine-libre: fix provides,conflicts and replaces --- libre-multilib/wine-libre/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libre-multilib/wine-libre/PKGBUILD b/libre-multilib/wine-libre/PKGBUILD index 810e9dbd4..c296ba6eb 100644 --- a/libre-multilib/wine-libre/PKGBUILD +++ b/libre-multilib/wine-libre/PKGBUILD @@ -96,9 +96,9 @@ if [[ $CARCH == i686 ]]; then optdepends=(${optdepends[@]/*32-*/}) else makedepends=(${makedepends[@]} ${_depends[@]}) - provides=("bin32-wine=$pkgver" "wine-wow64=$pkgver") - conflicts=('bin32-wine' 'wine-wow64') - replaces=('bin32-wine') + provides+=("bin32-wine=$pkgver" "wine-wow64=$pkgver") + conflicts+=('bin32-wine' 'wine-wow64') + replaces+=('bin32-wine') fi build() { -- cgit v1.2.3-2-g168b