summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshH1002019-11-14 08:33:35 -0700
committerJoshH1002019-11-14 08:33:35 -0700
commita9ff082a79e54b66e7fbc746061093baaaf2bb9a (patch)
tree4b00c5e9b33e7b87c5a2cb8653a3508c385cca84
parentac0b7e241d330f67b273363c59ffd238cd389e76 (diff)
downloadaur-a9ff082a79e54b66e7fbc746061093baaaf2bb9a.tar.gz
updated to 4.11-8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8df1ee8ff728..288e7b89ab84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = proton
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components
- pkgver = 4.11.7
+ pkgver = 4.11.8
pkgrel = 1
url = https://github.com/ValveSoftware/Proton/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = proton
depends = wine-valve
depends = python2
depends = openvr-git
- source = https://github.com/ValveSoftware/Proton/archive/proton-4.11-7.tar.gz
- md5sums = cfa9dbeaab2c89d60dbd3bd42fc3da03
+ source = https://github.com/ValveSoftware/Proton/archive/proton-4.11-8.tar.gz
+ md5sums = da32eab462b7f46eafe4e1469b4ac8c0
pkgname = proton
diff --git a/PKGBUILD b/PKGBUILD
index b7650731a06f..56172cb3a407 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Mantainer: Josh Hoffer <hoffer dot joshua at gmail dot com>
pkgname=proton
# Upstream version
-_pkgver='4.11-7'
+_pkgver='4.11-8'
# Arch - no hyphens
-pkgver=4.11.7
+pkgver=4.11.8
pkgrel=1
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components"
arch=('x86_64')
@@ -22,7 +22,8 @@ source=("https://github.com/ValveSoftware/Proton/archive/$pkgname-$_pkgver.tar.g
prepare() {
cd "Proton-$pkgname-$_pkgver"
- sed -i 's,wined3d-interop.h,wine/wined3d-interop.h,g' vrclient_x64/vrclient_x64/*
+ git clone --recurse-submodules https://github.com/ValveSoftware/Proton.git .
+ #sed -i 's,wined3d-interop.h,wine/wined3d-interop.h,g' vrclient_x64/vrclient_x64/*
}
build() {
@@ -98,3 +99,4 @@ package() {
}
md5sums=('cfa9dbeaab2c89d60dbd3bd42fc3da03')
+md5sums=('da32eab462b7f46eafe4e1469b4ac8c0')