aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff6923d0df9a..9be7c59e6d49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url='https://github.com/Arondight/xf86-video-nouveau-blacklist.git'
license=('GPL')
groups=()
-depends=()
+depends=('xf86-video-nouveau')
makedepends=('git')
provides=()
conflicts=()
@@ -42,7 +42,6 @@ check() {
package() {
cd "${srcdir}/${pkgname%-git}"
-
make install DESTDIR="${pkgdir}/"
}