summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoregnappahz2020-10-31 14:24:13 +0100
committeregnappahz2020-10-31 14:24:13 +0100
commit98c17998552ee59f69fa31e89704ef88db70615e (patch)
tree456d6ef478569f2742c659f4a0b453e284fc7b62
parente379e9646a6b4b04949ee04f9fc4a42ca6fdb12a (diff)
downloadaur-98c17998552ee59f69fa31e89704ef88db70615e.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 aa283dfb27d5..d5cd3ad2ff7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = linux-amd-znver2
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.9.2
source = config.x86_64
@@ -31,6 +30,7 @@ pkgname = linux-amd-znver2
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-znver2.preset
diff --git a/PKGBUILD b/PKGBUILD
index 763e377dcd77..590f86fc4e33 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"
@@ -83,7 +83,7 @@ build() {
_package() {
pkgdesc="Linux kernel aimed at the znver2 AMD Ryzen CPU based 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")