summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2022-04-09 20:20:17 +0200
committerPiotr Gorski2022-04-09 20:20:17 +0200
commit35a671e44ed98c6bf09ccd2eaf49051c958a842d (patch)
tree3961dae4df43bb93bc3f22dd2daf8353e1895cc6
parent42627b521184577d44859a6c9cf72474bf5419e1 (diff)
downloadaur-35a671e44ed98c6bf09ccd2eaf49051c958a842d.tar.gz
Sync with Arch
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e37d2589a5bd..468d4a0c366d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-lqx
pkgdesc = Linux Liquorix
- pkgver = 5.17.2.lqx2
- pkgrel = 1
+ pkgver = 5.17.2.lqx1
+ pkgrel = 2
url = https://liquorix.net/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 3083e9c36670..c7e0fe3dcfae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,15 +62,15 @@ _lqxpatchname=liquorix-package
_lqxpatchrel=4
_lqxpatchver=${_lqxpatchname}-${_major}-${_lqxpatchrel}
pkgbase=linux-lqx
-pkgver=5.17.2.lqx2
-pkgrel=1
+pkgver=5.17.2.lqx1
+pkgrel=2
pkgdesc='Linux Liquorix'
url='https://liquorix.net/'
arch=(x86_64)
license=(GPL2)
makedepends=(bc libelf cpio python pahole)
if [ -n "$_htmldocs_enable" ]; then
- makedepends+=(xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick)
+ makedepends+=(xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick texlive-latexextra)
fi
options=('!strip')
#_lucjanpath="https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/${_major}"