summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63cf884410d3..744a52e8967d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = nvhda-dkms-git
license = GPL
makedepends = cmake
makedepends = gcc
- makedepends = nvidia
makedepends = linux-headers
source = git+https://github.com/hhfeuer/nvhda.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7d22b99ee779..fbf6083c1aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="Kernel driver to dynamically enable/disable NVIDIA HDMI audio output in
arch=(i686 x86_64)
url="https://github.com/hhfeuer/nvhda.git"
license=(GPL)
-optdepends=('nvidia: NVIDIA kernel driver'
- ' nvidia-390xx: NVIDIA kernel driver for old devices')
+#optdepends=('nvidia: NVIDIA kernel driver'
+# ' nvidia-390xx: NVIDIA kernel driver for old devices')
makedepends=(cmake gcc linux-headers)
source=("git+https://github.com/hhfeuer/nvhda.git")
md5sums=('SKIP')