summaryrefslogtreecommitdiff
path: root/libre/bbswitch/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/bbswitch/PKGBUILD')
-rw-r--r--libre/bbswitch/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/bbswitch/PKGBUILD b/libre/bbswitch/PKGBUILD
index 3c6b5220d..4ff5c6911 100644
--- a/libre/bbswitch/PKGBUILD
+++ b/libre/bbswitch/PKGBUILD
@@ -11,7 +11,7 @@ _kernelname=
if [[ ${_kernelname} == "" ]]; then
_basekernel=4.11
_archrel=70
- _parabolarel=1
+ _parabolarel=2
elif [[ ${_kernelname} == -lts ]]; then
_basekernel=4.9
_archrel=31
@@ -68,6 +68,8 @@ _package() {
if [[ ${_kernelname} == "" ]]; then
_package-dkms() {
depends=('dkms')
+ conflicts=('bbswitch')
+ provides=('bbswitch')
cd "${srcdir}/${pkgbase}-${pkgver}"