summaryrefslogtreecommitdiff
path: root/kernels
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2017-06-14 09:22:56 -0400
committerDavid P <megver83@parabola.nu>2017-06-14 09:22:56 -0400
commita5f7e13c8d3aefc0d8854e26738aa7a0349c4556 (patch)
tree0d59e26dcdf3e632704dbe1d9176bda82ddff94c /kernels
parent605ff361f9665ed75d27349cca27c6a7ea2d03be (diff)
Now really fixed linux-libre-rt PKGBUILD
Diffstat (limited to 'kernels')
-rw-r--r--kernels/linux-libre-xen/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernels/linux-libre-xen/PKGBUILD b/kernels/linux-libre-xen/PKGBUILD
index ac6cb73b5..b29daad14 100644
--- a/kernels/linux-libre-xen/PKGBUILD
+++ b/kernels/linux-libre-xen/PKGBUILD
@@ -176,8 +176,8 @@ build() {
_package() {
pkgdesc="The ${pkgbase^} kernel and modules with Xen guest support"
- [ "${pkgbase}" = "linux" ] && groups=('base')
- depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
+ [ "${pkgbase}" = "linux-libre" ] && groups=('base' 'base-openrc')
+ depends=('coreutils' 'linux-libre-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country')
provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}" "LINUX-ABI_VERSION=${_archpkgver}" "kernel=${_archpkgver}")
conflicts=("${_replacesarchkernel[@]}" "${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}")