summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreggz2020-10-31 14:16:26 +0100
committereggz2020-10-31 14:16:26 +0100
commitc7363c7144c405b0af99d5350ebcee75ff6781c2 (patch)
tree64308532aad143a00d7b83eb5d3f7cb83e8ad7cc
parentcfd7cd86c7976ccf1db043efac2f4de9c637eb27 (diff)
downloadaur-c7363c7144c405b0af99d5350ebcee75ff6781c2.tar.gz
fixed lzop dependency
-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")