summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Norberg2018-03-27 14:54:31 +0200
committerLars Norberg2018-03-27 14:54:31 +0200
commit9ea985bb81d8d89f644f88ea8cb15435f3fe0faf (patch)
tree966a75b357b1ccea0311587d29fead51bfea488e
parent60a34983d19f8aabe667b20cf951ab4dda41d293 (diff)
downloadaur-9ea985bb81d8d89f644f88ea8cb15435f3fe0faf.tar.gz
fixed possible wrong checksum on Path of Exile patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--poe-fix.patch3
3 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1ca01e099ae..662b1585f519 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wine-staging-pba-git
pkgdesc = Wine staging branch with PBA patches for increased D3D performance. Git versions. (Also includes Path of Exile DX11 patch!)
- pkgver = 3.4.r3603.4954f5c6+wine.3.4.r142.g5946973021+pba.r29.87307b1
+ pkgver = 3.4.r3604.e50f0488+wine.3.4.r178.ge1c7a1f7ce+pba.r29.87307b1
pkgrel = 1
url = https://github.com/acomminos/wine-pba
install = wine.install
diff --git a/PKGBUILD b/PKGBUILD
index 890581e1153e..fcbeb41471ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Lars Norberg < arch-packages at cogwerkz dot org >
pkgname=wine-staging-pba-git
-pkgver=3.4.r3603.4954f5c6+wine.3.4.r142.g5946973021+pba.r29.87307b1
+pkgver=3.4.r3604.e50f0488+wine.3.4.r178.ge1c7a1f7ce+pba.r29.87307b1
pkgrel=1
_winesrcdir='wine-git'
_stgsrcdir='wine-staging-git'
diff --git a/poe-fix.patch b/poe-fix.patch
index c2dea6ddbc73..b1561ced47ac 100644
--- a/poe-fix.patch
+++ b/poe-fix.patch
@@ -1,6 +1,6 @@
--- a/dlls/ole32/compobj.c
+++ b/dlls/ole32/compobj.c
-@@ -3213,6 +3213,7 @@
+@@ -3217,6 +3217,7 @@
{
MULTI_QI multi_qi = { iid };
HRESULT hres;
@@ -8,4 +8,3 @@
TRACE("(rclsid=%s, pUnkOuter=%p, dwClsContext=%08x, riid=%s, ppv=%p)\n", debugstr_guid(rclsid),
pUnkOuter, dwClsContext, debugstr_guid(iid), ppv);
-