summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2020-09-04 16:49:57 +0200
committerPiotr Gorski2020-09-04 16:49:57 +0200
commitcc33b0a316c13072e04997634a558bdc805d297d (patch)
treeb795b00805113d5e46e7ef230d57ebfa24570ec1
parent37f9c81d342d896f379cd24e059c111454ca01b6 (diff)
downloadaur-cc33b0a316c13072e04997634a558bdc805d297d.tar.gz
Update makedepends
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 051f3433f59a..6930bef36cca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = linux-lqx
pkgdesc = Linux Liquorix
pkgver = 5.8.6.lqx1
- pkgrel = 3
+ pkgrel = 4
url = https://liquorix.net/
arch = x86_64
license = GPL2
makedepends = bc
makedepends = kmod
makedepends = libelf
- makedepends = zstd
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.8.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.8.tar.sign
diff --git a/PKGBUILD b/PKGBUILD
index 5a46d0b43c57..b3dc5b45bea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,12 +59,12 @@ _lqxpatchrel=2
_lqxpatchver=${_lqxpatchname}-${_major}-${_lqxpatchrel}
pkgbase=linux-lqx
pkgver=5.8.6.lqx1
-pkgrel=3
+pkgrel=4
pkgdesc='Linux Liquorix'
url='https://liquorix.net/'
arch=(x86_64)
license=(GPL2)
-makedepends=(bc kmod libelf zstd)
+makedepends=(bc kmod libelf)
if [ -n "$_htmldocs_enable" ]; then
makedepends+=(xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick)
fi