summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshH1002019-11-18 10:21:42 -0700
committerJoshH1002019-11-18 10:21:42 -0700
commit20d848523658612a2043572ea28186ed4d02f627 (patch)
tree11a836afb5819c219ca01021512c49f9ff91de87
parentb1af257ae8d241accdfb3d97dde615e06ced2279 (diff)
downloadaur-20d848523658612a2043572ea28186ed4d02f627.tar.gz
fixed some issues, removed dependencies based on namcaps report
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 288e7b89ab84..a97bcf9976a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = proton
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components
pkgver = 4.11.8
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/ValveSoftware/Proton/
arch = x86_64
license = BSD
makedepends = vulkan-headers
depends = wine-valve
- depends = python2
- depends = openvr-git
source = https://github.com/ValveSoftware/Proton/archive/proton-4.11-8.tar.gz
md5sums = da32eab462b7f46eafe4e1469b4ac8c0
diff --git a/PKGBUILD b/PKGBUILD
index 1f8288c3aca9..c888c9befa35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=proton
_pkgver='4.11-8'
# Arch - no hyphens
pkgver=4.11.8
-pkgrel=1
+pkgrel=3
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components"
arch=('x86_64')
url="https://github.com/ValveSoftware/Proton/"
@@ -12,8 +12,6 @@ license=('BSD')
groups=()
depends=(
'wine-valve'
- 'python2'
- 'openvr-git'
)
makedepends=(
'vulkan-headers'
@@ -22,8 +20,8 @@ source=("https://github.com/ValveSoftware/Proton/archive/$pkgname-$_pkgver.tar.g
prepare() {
cd "Proton-$pkgname-$_pkgver"
- 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/*
+ #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() {