summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-11-22 12:29:04 -0300
committerDaniel Bermond2021-11-22 12:29:04 -0300
commitdc06c84d63918a573635a129221721073a316c1b (patch)
treef865d30025cf9e4cfe8f3f0deacd4f0502f66231
parent4d97ca3090fd5d257413300a8fb60e40eddc2064 (diff)
downloadaur-dc06c84d63918a573635a129221721073a316c1b.tar.gz
Fix openldap 2.5+ detection
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5f54afb2bb7..bb2b72dbdad2 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 = 6.10.r0.g8a3554ad
+ pkgver = 6.22.r0.ga703038b
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=6.10.r0.g8a3554ad
- provides = wine=6.10
+ provides = wine-staging=6.22.r0.ga703038b
+ provides = wine=6.22
provides = wine-wow64
conflicts = wine
conflicts = wine-wow64
diff --git a/PKGBUILD b/PKGBUILD
index 2e279ff0e4c3..ac932a333992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=wine-staging-git
-pkgver=6.10.r0.g8a3554ad
+pkgver=6.22.r0.ga703038b
pkgrel=1
pkgdesc='A compatibility layer for running Windows programs (staging branch, git version)'
arch=('x86_64')
@@ -119,6 +119,9 @@ prepare() {
# fix path of opencl headers
sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i wine/configure*
+ # fix openldap 2.5+ detection
+ sed 's/-lldap_r/-lldap/' -i wine/configure
+
# apply all wine-staging patches
printf '%s\n' ' -> Applying wine-staging patches...'
wine-staging/patches/patchinstall.sh DESTDIR="${srcdir}/wine" --all