diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-30 21:01:05 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-30 21:01:05 -0200 |
commit | 6d9ca4f151a90d60b1a1bdca5c34838456d09937 (patch) | |
tree | 818b03d6c6f0ca04b09d41e1b00c5d531a3183b3 /libre-multilib | |
parent | c21cbbdcd8dc27356e01e1166785b06a264d1178 (diff) |
wine-libre: fix provides,conflicts and replaces
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() { |