summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45853ea4bb09..9f66de6e37fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = linux-amd-raven
makedepends = bc
makedepends = git
makedepends = libelf
- makedepends = lzop
options = !strip
source = git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#tag=v5.4.73
source = config.x86_64
@@ -31,6 +30,7 @@ pkgname = linux-amd-raven
depends = linux-firmware
depends = kmod
depends = mkinitcpio>=0.7
+ depends = lzop
optdepends = crda: to set the correct wireless channels of your country
provides = linux
backup = etc/mkinitcpio.d/linux-amd-raven.preset
diff --git a/PKGBUILD b/PKGBUILD
index bc1cb4244bf6..ca3ff8336998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=2
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
-makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'libelf' 'lzop')
+makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'libelf')
options=('!strip')
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#tag=$gitver"
@@ -84,7 +84,7 @@ build() {
_package() {
pkgdesc="Linux kernel with working amdgpu for Raven Ridge hardware"
- depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
+ depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7' 'lzop')
optdepends=('crda: to set the correct wireless channels of your country')
provides=('linux')
backup=("etc/mkinitcpio.d/${pkgbase}.preset")