summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2020-12-19 17:43:33 -0800
committerMike Swanson2020-12-19 17:43:33 -0800
commit45207c612ff334c439d9b44103b545ed2f8e93de (patch)
tree16afacac277fb598fc20072c39f90b8e146e7fb5 /PKGBUILD
parent1d7689274b2e2c26d4d3beda75ba8795b7b82337 (diff)
downloadaur-45207c612ff334c439d9b44103b545ed2f8e93de.tar.gz
Remove the conflicts entry with itself.
This is a holdover from wine-stable-next (and still used in that package) that was missed for over a year. :)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c97ed910353e..11eb7adc4770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=wine-stable
pkgver=5.0.3
-pkgrel=1
+pkgrel=2
source=(https://dl.winehq.org/wine/source/5.0/wine-$pkgver.tar.xz{,.sign}
30-win32-aliases.conf
@@ -54,8 +54,8 @@ optdepends=(alsa-lib alsa-plugins dosbox giflib gnutls gsm
lib32-ocl-icd lib32-openal lib32-sdl2 lib32-v4l-utils lib32-vkd3d
lib32-vulkan-icd-loader)
-provides=("wine=$pkgver" "wine-stable=$pkgver")
-conflicts=("wine" "wine-stable")
+provides=("wine=$pkgver")
+conflicts=("wine")
prepare() {
# Allow ccache to work