summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2024-02-13 11:51:36 -0800
committerMike Swanson2024-02-13 11:51:36 -0800
commiteee5636d0e37e8f460ae3041b6be341b91ad686b (patch)
tree18862464c850eadeec5e842e30e397a8908e5fc0
parent865b8b8e574b36f915aef1e69fbe578cb88a3be4 (diff)
downloadaur-wine-stable.tar.gz
Use wine-stable-mono
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09ac8b391bc8..686656f1628a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wine-stable
pkgdesc = A compatibility layer for running Windows programs
pkgver = 9.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.winehq.org/
install = wine.install
arch = x86_64
@@ -104,7 +104,7 @@ pkgbase = wine-stable
optdepends = vulkan-icd-loader
optdepends = lib32-vulkan-icd-loader
optdepends = wine-gecko
- optdepends = wine-mono
+ optdepends = wine-stable-mono
provides = wine=9.0
conflicts = wine
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index ad6ff62ab83b..77d406c688d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=wine-stable
_pkgver=9.0
pkgver=${_pkgver/-/} # Useful for wine-stable-next
-pkgrel=1
+pkgrel=2
source=(https://dl.winehq.org/wine/source/9.0/wine-$_pkgver.tar.xz{,.sign}
30-win32-aliases.conf
@@ -88,7 +88,7 @@ optdepends=(
v4l-utils lib32-v4l-utils
vulkan-icd-loader lib32-vulkan-icd-loader
wine-gecko
- wine-mono
+ wine-stable-mono
)
provides=(wine=$pkgver)