summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlaf Bauer2016-04-17 22:55:37 +0200
committerOlaf Bauer2016-04-17 22:55:37 +0200
commitb6c3a9d8132004554d6469e13486843f53907c52 (patch)
tree802e1c23a46e299bb1fa6750eeab599763e11fdb /PKGBUILD
parentb0d4a99bcbf3a8d8c49377b66abeb26e65174776 (diff)
downloadaur-v4l-dvb-git.tar.gz
added kmod dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18a3cccf2cf7..b8baa72e0320 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_kernver="$(uname -r)"
pkgname=v4l-dvb-git
pkgver=r660.a9c762b
-pkgrel=2
+pkgrel=3
pkgdesc="V4L-DVB device drivers"
arch=('i686' 'x86_64')
url="http://linuxtv.org/"
license=('GPL')
-makedepends=('linux-headers' 'perl-proc-processtable' 'patchutils' 'git' 'wget')
+makedepends=('linux-headers' 'kmod' 'perl-proc-processtable' 'patchutils' 'git' 'wget')
options=(!makeflags)
install=v4l-dvb.install
source=('git://linuxtv.org/media_build.git')