Commit 549a99c7 authored by Seblu's avatar Seblu
Browse files

Typo and move 4.3 into optdepends

parent 70fabdd5
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
# Maintainer: Sébastien Luttringer <seblu@archlinux.org>

pkgname=linux-seblu-meta
pkgver=2016.01.11
pkgver=2016.02.20
pkgrel=1
pkgdesc='Meta package for linux kernel'
pkgdesc='Meta package for Seblu linux kernel'
arch=('x86_64')
url='https://github.com/seblu/archpkg'
url='https://seblu.net'
license=('GPL2')

package() {
  depends=(
    'linux-firmware'
    'linux-4.4.0-seblu'
    'linux-4.3.0-seblu'
  )
  # max 3 old kernels to ensure smooth rolling
  # kernel release are about every 2 months, so 6 months
  optdepends=(
    'linux-4.3.0-seblu'
    'linux-4.2.0-seblu'
    'linux-4.1.0-seblu'
  )