summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2018-11-13 21:12:35 -0500
committerSean Anderson2018-11-13 21:12:35 -0500
commit4dee5e8efa157894a8272806e844164a903b9482 (patch)
tree267a802f4a1867253a8acf98d242b3cc1e1bc0c8
parentf25407bb1cc96233163b9563e7ec111a0eb13960 (diff)
downloadaur-4dee5e8efa157894a8272806e844164a903b9482.tar.gz
Depend on -git versions where there is no non-git package
Many aur helpers choke if there is no non-git version of a package. I will revert this once non-git versions appear.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac015e59df67..8054d4b25d6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = proton
license = BSD
makedepends = vulkan-headers
depends = python2
- depends = openvr
- depends = wine-valve
+ depends = openvr-git
+ depends = wine-valve-git
source = https://github.com/ValveSoftware/Proton/archive/proton-3.16beta-20181031.tar.gz
md5sums = aa3ad16ebfc99296a2a280c58a692e9c
diff --git a/PKGBUILD b/PKGBUILD
index d5a0203634e1..b22af0ddc4ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ license=('BSD')
groups=()
depends=(
'python2'
- 'openvr'
- 'wine-valve'
+ 'openvr-git'
+ 'wine-valve-git'
)
makedepends=(
'vulkan-headers'