summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2023-11-01 17:26:31 +0200
committerStelios Tsampas2023-11-01 17:26:31 +0200
commit0fd42c2e9e86d8aeefbb7fa810b6433a9a3741c5 (patch)
tree572a0ba4f9bb345eaffff8ecd1e80a5259f95aa1
parent237ba8a1a9104e78d9cedd050bf5d1d8ec89f261 (diff)
downloadaur-0fd42c2e9e86d8aeefbb7fa810b6433a9a3741c5.tar.gz
[wine*] Update builds
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--PKGBUILD.testing4
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bae873d0e8df..e432bf7b2c8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wine-ge-custom-opt
pkgdesc = A compatibility layer for running Windows programs - GloriousEggroll branch (installs under /opt)
pkgver = GE.Proton8.22
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/GloriousEggroll/wine-ge-custom
install = wine.install
diff --git a/PKGBUILD b/PKGBUILD
index 3d493dc1a577..2e708b57d6a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=wine-ge-custom-opt
_srctag=GE-Proton8-22
_commit=b91457d368df5d26b3756d865baacf4c1da57956
pkgver=${_srctag//-/.}
-pkgrel=1
+pkgrel=2
epoch=1
_pkgbasever=${pkgver/rc/-rc}
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index 1a2e0f33651a..bea979524700 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -9,7 +9,7 @@ pkgname=wine-ge-custom-opt
_srctag=GE-Proton8-22
_commit=b91457d368df5d26b3756d865baacf4c1da57956
pkgver=${_srctag//-/.}
-pkgrel=1
+pkgrel=2
epoch=1
_pkgbasever=${pkgver/rc/-rc}
@@ -165,6 +165,7 @@ build() {
--with-alsa \
--without-oss \
--disable-winemenubuilder \
+ --disable-win16 \
--disable-tests \
--enable-win64 \
--with-xattr
@@ -188,6 +189,7 @@ build() {
--with-alsa \
--without-oss \
--disable-winemenubuilder \
+ --disable-win16 \
--disable-tests \
--with-xattr \
--libdir=/opt/"${pkgname//-opt}"/lib32 \