summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2023-01-24 08:42:58 -0800
committerMike Swanson2023-01-24 08:42:58 -0800
commitd87d90c20725534d50e6f50251c7cfcc2c343dd3 (patch)
tree790056798e2c4cfc22c2a789e39ef88a903a9abc
parent75736ef9698d63339770732f706c2d298af3bdc6 (diff)
downloadaur-d87d90c20725534d50e6f50251c7cfcc2c343dd3.tar.gz
Change “wine-stable-next” references to “wine-stable”
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 043a535da274..3a338a48e5ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = wine-stable-next
+pkgbase = wine-stable
pkgdesc = A compatibility layer for running Windows programs
pkgver = 8.0
pkgrel = 1
@@ -119,11 +119,9 @@ pkgbase = wine-stable-next
optdepends = lib32-vkd3d
optdepends = vulkan-icd-loader
optdepends = lib32-vulkan-icd-loader
- optdepends = wine-mono
+ optdepends = wine-stable-mono
provides = wine=8.0
- provides = wine-stable=8.0
conflicts = wine
- conflicts = wine-stable
options = staticlibs
options = !lto
source = https://dl.winehq.org/wine/source/8.0/wine-8.0.tar.xz
@@ -136,4 +134,4 @@ pkgbase = wine-stable-next
b2sums = 45db34fb35a679dc191b4119603eba37b8008326bd4f7d6bd422fbbb2a74b675bdbc9f0cc6995ed0c564cf088b7ecd9fbe2d06d42ff8a4464828f3c4f188075b
b2sums = e9de76a32493c601ab32bde28a2c8f8aded12978057159dd9bf35eefbf82f2389a4d5e30170218956101331cf3e7452ae82ad0db6aad623651b0cc2174a61588
-pkgname = wine-stable-next
+pkgname = wine-stable
diff --git a/PKGBUILD b/PKGBUILD
index b35c07494f38..699df9a194e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# for example), your WINEPREFIX may break and experience unusual bugs.
# Try to make a clean WINEPREFIX, such as by doing “rm -rf ~/.wine”
-pkgname=wine-stable-next
+pkgname=wine-stable
_pkgver=8.0
pkgver=${_pkgver/-/} # Useful for wine-stable-next
pkgrel=1
@@ -94,11 +94,11 @@ optdepends=(
v4l-utils lib32-v4l-utils
vkd3d lib32-vkd3d
vulkan-icd-loader lib32-vulkan-icd-loader
- wine-mono
+ wine-stable-mono
)
-provides=(wine=$pkgver wine-stable=$pkgver)
-conflicts=(wine wine-stable)
+provides=(wine=$pkgver)
+conflicts=(wine)
prepare() {
# Allow ccache to work