summaryrefslogtreecommitdiff
path: root/libre/bbswitch-parabola/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/bbswitch-parabola/PKGBUILD')
-rw-r--r--libre/bbswitch-parabola/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/bbswitch-parabola/PKGBUILD b/libre/bbswitch-parabola/PKGBUILD
index 4a3a2f8df..1b0dc8bd6 100644
--- a/libre/bbswitch-parabola/PKGBUILD
+++ b/libre/bbswitch-parabola/PKGBUILD
@@ -20,7 +20,7 @@ source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz
md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
# Package info
-pkgrel=15
+pkgrel=15.1
arch=('i686' 'x86_64' 'mips64el')
install='kmod.install'
@@ -30,9 +30,9 @@ _toohigh=$(IFS=. read a b <<<$_basekernel; echo $a.$((b+1)))
_extramodules=extramodules-${_basekernel}${_kernelname}
depends=("linux-libre${_kernelname}>=${_basekernel}" "linux-libre${_kernelname}<${_toohigh}")
makedepends=("linux-libre${_kernelname}-headers>=${_basekernel}" "linux-libre${_kernelname}-headers<${_toohigh}")
-replaces=( "${_pkgname}${_kernelname}") # for Arch-compatability
-conflicts=("${_pkgname}${_kernelname}") # for Arch-compatability
-provides=( "${_pkgname}${_kernelname}=${pkgver}") # for Arch-compatability
+replaces=("${_pkgname}${_kernelname}" "${_pkgname}-libre${_kernelname}") # for Arch-compatibility
+conflicts=("${_pkgname}${_kernelname}" "${_pkgname}-libre${_kernelname}") # for Arch-compatibility
+provides=("${_pkgname}${_kernelname}=${pkgver}") # for Arch-compatibility
if [[ -n "${_kernelname}" ]]; then
provides+=("${_pkgname}-parabola=${pkgver}") # pkgname without _kernelname
fi