summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2020-08-31 09:45:41 -0300
committerGonzalo Exequiel Pedone2020-08-31 09:45:41 -0300
commit7806beb0048ea29ba683ab8a3a8942b4d2e3b534 (patch)
tree4e047cec89297e79384f91f9ef802ab98184feac /PKGBUILD
parent6b84924dddba0f22181cf92220a449a18f5331b0 (diff)
downloadaur-7806beb0048ea29ba683ab8a3a8942b4d2e3b534.tar.gz
Removed the dependency with linux-headers.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23cd96d195e2..be4a4bc36b5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgbase=akvcam
pkgname=${_pkgbase}-dkms
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Virtual camera for Linux"
url="https://github.com/webcamoid/akvcam"
arch=('x86_64' 'i686')
license=('GPLv2')
-depends=('dkms' 'linux-headers')
+depends=('dkms')
conflicts=("${_pkgbase}-dkms")
provides=("${_pkgbase}-dkms")
install="${pkgname}.install"