summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhoffer.joshua2019-05-29 01:31:34 -0600
committerhoffer.joshua2019-05-29 01:31:34 -0600
commit62b1b316ddc705515fdb0b79769a2caeedac55dd (patch)
tree81cb48964a481782a0b195f68baa325a46949e7c
parent0c4abc3245cdf2dcf2fef4eff49a16d6fc996de8 (diff)
downloadaur-62b1b316ddc705515fdb0b79769a2caeedac55dd.tar.gz
updated to 4.2.5 despite little evidence this package has utility in it's current config :/
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcbcf23cce50..8dc8245e8fcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = proton
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components
- pkgver = 4.2.1
+ pkgver = 4.2.5
pkgrel = 1
url = https://github.com/ValveSoftware/Proton/
arch = x86_64
license = BSD
makedepends = vulkan-headers
+ depends = wine-valve-git
depends = python2
depends = openvr-git
- depends = wine-valve-git
- source = https://github.com/ValveSoftware/Proton/archive/proton-4.2-1.tar.gz
+ source = https://github.com/ValveSoftware/Proton/archive/proton-4.2-5.tar.gz
+ md5sums = e4236e73f15e4c9d70e1200f0d0e6e1b
pkgname = proton
diff --git a/PKGBUILD b/PKGBUILD
index 9c3a0d70e38b..bffaa0127c3f 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.2-1'
+_pkgver='4.2-5'
# Arch - no hyphens
-pkgver=4.2.1
+pkgver=4.2.5
pkgrel=1
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components"
arch=('x86_64')
@@ -11,9 +11,9 @@ url="https://github.com/ValveSoftware/Proton/"
license=('BSD')
groups=()
depends=(
+ 'wine-valve-git'
'python2'
'openvr-git'
- 'wine-valve-git'
)
makedepends=(
'vulkan-headers'
@@ -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=('13919e302a9cc2c3cc55e851ae1ee234')
+md5sums=('e4236e73f15e4c9d70e1200f0d0e6e1b')