summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreggz2020-10-31 12:48:23 +0100
committereggz2020-10-31 12:48:23 +0100
commitcfd7cd86c7976ccf1db043efac2f4de9c637eb27 (patch)
tree7f759f8d71f4aa543212f481ec4f5e164d009188
parent1399dbff789726c5837ca47d96b6dc2edc32361b (diff)
downloadaur-cfd7cd86c7976ccf1db043efac2f4de9c637eb27.tar.gz
added lzop dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbd2f7777e83..45853ea4bb09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ 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
diff --git a/PKGBUILD b/PKGBUILD
index 98ffc24520ba..bc1cb4244bf6 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')
+makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'libelf' 'lzop')
options=('!strip')
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#tag=$gitver"