summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshH1002019-10-03 16:48:13 -0600
committerJoshH1002019-10-03 16:48:13 -0600
commitda4ae5af212dc305516daa63e4669fca62a9eb0b (patch)
tree4d5c1242d453535006b55c08959f46580f509f2d
parent5c29b83f11d3bcd2cad7e2782c1da5713adc16ff (diff)
downloadaur-da4ae5af212dc305516daa63e4669fca62a9eb0b.tar.gz
updated to use generic wine-valve dependency & updated source version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f96b9ae0c1de..ce4555f77165 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = proton
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components
- pkgver = 4.11.3
+ pkgver = 4.11.6
pkgrel = 1
url = https://github.com/ValveSoftware/Proton/
arch = x86_64
license = BSD
makedepends = vulkan-headers
- depends = wine-valve-git
+ depends = wine-valve
depends = python2
depends = openvr-git
- source = https://github.com/ValveSoftware/Proton/archive/proton-4.11-3.tar.gz
- md5sums = 4479f4924f3da015032f4fac92270a02
+ source = https://github.com/ValveSoftware/Proton/archive/proton-4.11-6.tar.gz
+ md5sums = 2a0d75d83b61f9c11d74d7bec4ddcbd8
pkgname = proton
diff --git a/PKGBUILD b/PKGBUILD
index 60641d34f638..fa64dfe91236 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-3'
+_pkgver='4.11-6'
# Arch - no hyphens
-pkgver=4.11.3
+pkgver=4.11.6
pkgrel=1
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components"
arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://github.com/ValveSoftware/Proton/"
license=('BSD')
groups=()
depends=(
- 'wine-valve-git'
+ 'wine-valve'
'python2'
'openvr-git'
)
@@ -97,4 +97,4 @@ package() {
install -m644 build/vrclient.win64/vrclient_x64/vrclient_x64.dll.fake $pkgdir/usr/lib/wine/fakedlls/vrclient_x64.dll
}
-md5sums=('4479f4924f3da015032f4fac92270a02')
+md5sums=('2a0d75d83b61f9c11d74d7bec4ddcbd8')