summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2020-03-17 14:58:45 -0300
committerGonzalo Exequiel Pedone2020-03-17 14:58:45 -0300
commit07ae167e73ce61745a6be5eca4ab409f6f2af040 (patch)
tree126665741933206e915b5c0818859968de997212 /PKGBUILD
parent6ee6c0c082fec6453655504605c84287dccad109 (diff)
downloadaur-07ae167e73ce61745a6be5eca4ab409f6f2af040.tar.gz
linux-headers is now a runtime dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0de047bd8527..3ad009962a8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,7 @@ pkgdesc="Virtual camera for Linux"
url="https://github.com/webcamoid/akvcam"
arch=('x86_64' 'i686')
license=('GPLv2')
-depends=('dkms')
-makedepends=('linux-headers')
+depends=('dkms' 'linux-headers')
conflicts=("${_pkgbase}-dkms")
provides=("${_pkgbase}-dkms")
install="${pkgname}.install"