summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvery Murray2021-01-04 03:20:55 +0000
committerAvery Murray2021-01-04 03:20:55 +0000
commit4925e06e795157d31563a8699722679553118675 (patch)
treef7116d727d07184ee4c4d10138b95fa800618e70
parent6288b307bf9a6e44b0033e1682f5bb8c6fc3c202 (diff)
downloadaur-4925e06e795157d31563a8699722679553118675.tar.gz
remove dkms as dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00b57d114d8f..bf96ba3ec2e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = proton-caller-git
license = GPL3
makedepends = git
depends = steam
- depends = dxvk
provides = proton-caller
conflicts = proton-caller
source = git+https://github.com/caverym/Proton-Caller.git
diff --git a/PKGBUILD b/PKGBUILD
index fd696e75fa0a..ef65940750f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ url="https://github.com/caverym/Proton-Caller/"
license=('GPL3')
depends=(
'steam'
- 'dxvk'
)
makedepends=('git')
provides=(proton-caller)