diff options
Diffstat (limited to 'libre-multilib')
-rw-r--r-- | libre-multilib/wine-libre/PKGBUILD | 6 |
1 files 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() { |