diff options
author | David P <megver83@parabola.nu> | 2017-06-11 14:12:53 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2017-06-11 14:12:53 -0400 |
commit | 74fc77063bb6095956ffcc25aa4598d5eb5c0f0c (patch) | |
tree | 04c1d9e10421cc706fe09ec1cea71969ffdb0084 /libre/linux-libre-pck | |
parent | 0beff081d41400eb0091d58fcf52d77ef85fa649 (diff) | |
download | abslibre-74fc77063bb6095956ffcc25aa4598d5eb5c0f0c.tar.gz abslibre-74fc77063bb6095956ffcc25aa4598d5eb5c0f0c.tar.bz2 abslibre-74fc77063bb6095956ffcc25aa4598d5eb5c0f0c.zip |
Fixed issues in some kernels' PKGBUILDs
Diffstat (limited to 'libre/linux-libre-pck')
-rw-r--r-- | libre/linux-libre-pck/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre-pck/PKGBUILD b/libre/linux-libre-pck/PKGBUILD index 61d202cc0..f01292f91 100644 --- a/libre/linux-libre-pck/PKGBUILD +++ b/libre/linux-libre-pck/PKGBUILD @@ -172,12 +172,12 @@ build() { _package() { pkgdesc="The ${pkgbase^} kernel and modules with a handful of awesome features not merged into mainline [AUFS, BFQ, BFS, Knock, UKSM]" - [ "${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' 'systemd-knock: to use system and service manager with TCP Stealth support' 'openssh-knock: to use SSH with TCP Stealth support') - provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}" "kernel=${_archpkgver}") + provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}" "LINUX-ABI_VERSION=${_archpkgver}" "kernel=${_archpkgver}") conflicts=("${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}") replaces=("${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}") backup=("etc/mkinitcpio.d/${pkgbase}.preset") |