summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2135b0b24079..2f08e8ea3a57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wine-stable
pkgdesc = A compatibility layer for running Windows programs
pkgver = 5.0.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.winehq.com
install = wine.install
arch = x86_64
@@ -136,9 +136,7 @@ pkgbase = wine-stable
optdepends = lib32-vkd3d
optdepends = lib32-vulkan-icd-loader
provides = wine=5.0.3
- provides = wine-stable=5.0.3
conflicts = wine
- conflicts = wine-stable
options = staticlibs
source = https://dl.winehq.org/wine/source/5.0/wine-5.0.3.tar.xz
source = https://dl.winehq.org/wine/source/5.0/wine-5.0.3.tar.xz.sign
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