summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-11-11 16:56:48 -0300
committerDaniel Bermond2022-11-11 16:56:48 -0300
commit4ba45579b2cec0ab182b60ab8bd5907cf5b23986 (patch)
treeaa997271fcdd46915b61a4424a41f9e159deb9e7
parentf67d68f422dda95a29d559d2d4a4352834df4206 (diff)
downloadaur-4ba45579b2cec0ab182b60ab8bd5907cf5b23986.tar.gz
Fix build
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56d169f26542..efb739f4801d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wine-staging-git
pkgdesc = A compatibility layer for running Windows programs (staging branch, git version)
- pkgver = 7.3.r5.ga79a08a6
+ pkgver = 7.20.r4.g4303e3ee
pkgrel = 1
url = https://www.wine-staging.com/
install = wine-staging-git.install
@@ -150,8 +150,8 @@ pkgbase = wine-staging-git
optdepends = cups
optdepends = samba
optdepends = dosbox
- provides = wine-staging=7.3.r5.ga79a08a6
- provides = wine=7.3
+ provides = wine-staging=7.20.r4.g4303e3ee
+ provides = wine=7.20
provides = wine-wow64
conflicts = wine
conflicts = wine-wow64
diff --git a/PKGBUILD b/PKGBUILD
index 8162a9241e0a..78e9c0268991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=wine-staging-git
-pkgver=7.3.r5.ga79a08a6
+pkgver=7.20.r4.g4303e3ee
pkgrel=1
pkgdesc='A compatibility layer for running Windows programs (staging branch, git version)'
arch=('x86_64')
@@ -138,7 +138,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-staging 64-bit
# (according to the wine wiki, this 64-bit/32-bit building order is mandatory)