summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-11-11 17:12:52 -0300
committerDaniel Bermond2022-11-11 17:12:52 -0300
commitb58c3ae3945fcc0943a983c35525c90b0128cccd (patch)
tree62c8159e19b489ef5a35befd42394d6e63cdf695
parent46a6baf0cc012b24eb2b0f74253f54e53b248c5d (diff)
downloadaur-b58c3ae3945fcc0943a983c35525c90b0128cccd.tar.gz
Fix build
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 665dc8746cfb..a867cc35d1b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wine-git
pkgdesc = A compatibility layer for running Windows programs (git version)
- pkgver = 7.3.r297.g99ef287bb72
+ pkgver = 7.20.r331.g384b0b35c35
pkgrel = 1
url = https://www.winehq.org/
install = wine-git.install
@@ -138,9 +138,9 @@ pkgbase = wine-git
optdepends = cups
optdepends = samba
optdepends = dosbox
- provides = wine=7.3.r297.g99ef287bb72
- provides = bin32-wine=7.3.r297.g99ef287bb72
- provides = wine-wow64=7.3.r297.g99ef287bb72
+ provides = wine=7.20.r331.g384b0b35c35
+ provides = bin32-wine=7.20.r331.g384b0b35c35
+ provides = wine-wow64=7.20.r331.g384b0b35c35
conflicts = wine
conflicts = bin32-wine
conflicts = wine-wow64
diff --git a/PKGBUILD b/PKGBUILD
index 9f791054b6bd..43ce52d87e59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: sxe <sxxe@gmx.de>
pkgname=wine-git
-pkgver=7.3.r297.g99ef287bb72
+pkgver=7.20.r331.g384b0b35c35
pkgrel=1
pkgdesc='A compatibility layer for running Windows programs (git version)'
arch=('x86_64')
@@ -114,7 +114,7 @@ pkgver() {
build() {
# does not compile without remove these flags as of 4.10
export CFLAGS="${CFLAGS/-fno-plt/}"
- export LDFLAGS="${LDFLAGS/,-z,now/}"
+ export LDFLAGS="${LDFLAGS/,-z,relro,-z,now/}"
# build wine 64-bit
# (according to the wine wiki, this 64-bit/32-bit building order is mandatory)