diff options
Diffstat (limited to 'libre/bbswitch-parabola/PKGBUILD')
-rw-r--r-- | libre/bbswitch-parabola/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/bbswitch-parabola/PKGBUILD b/libre/bbswitch-parabola/PKGBUILD index 83f37239b..633747617 100644 --- a/libre/bbswitch-parabola/PKGBUILD +++ b/libre/bbswitch-parabola/PKGBUILD @@ -26,7 +26,7 @@ install='kmod.install' # Generic (you shouldn't have to modify any of these variables) pkgname=${_pkgname}-parabola${_kernelname} _toohigh=$(IFS=. read a b <<<$_basekernel; echo $a.$((b+1))) -_extramodules=extramodules-${_basekernel}${_kernelname:--PARABOLA} +_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 |