Commit 19ecdbb1 authored by Seblu's avatar Seblu
Browse files

linux-seblu: add linux-firmware as deps

parent 31f825e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

pkgname=linux-seblu-meta
pkgver=3.7.4
pkgrel=1
pkgrel=2
pkgdesc='Meta package for linux kernel'
arch=('x86_64')
url='https://github.com/seblu/arch-packages'
license=('GPL2')

package() {
  depends=("linux-seblu-$pkgver")
  depends=("linux-seblu-$pkgver" 'linux-firmware')
}

# vim:set ts=2 sw=2 ft=sh et: