summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2022-04-09 19:46:32 +0200
committerPiotr Gorski2022-04-09 19:46:32 +0200
commitd05ebae959d13cd03689c643d281fafe546bce26 (patch)
tree0e1cce60c2264acdd9189264f63751ac16a7058a
parentb29ba26e611d6da68e4f7fb56366466407856763 (diff)
downloadaur-d05ebae959d13cd03689c643d281fafe546bce26.tar.gz
Sync with Arch
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index add82e43e2e1..8868daefaf04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-rt-bfq-dev
pkgdesc = Linux RT-BFQ-dev
pkgver = 5.17.1.rt17
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/sirlucjan/bfq-mq-lucjan
arch = x86_64
license = GPL2
@@ -16,6 +16,8 @@ pkgbase = linux-rt-bfq-dev
makedepends = perl
makedepends = tar
makedepends = xz
+ makedepends = texlive-latexextra
+ makedepends = xmlto
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.17.1.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.17.1.tar.sign
diff --git a/PKGBUILD b/PKGBUILD
index b5e7fc91962d..aafbdde82f39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,14 +54,15 @@ _rtpatchver=rt${_rtver}
pkgver=${_major}.${_minor}.${_rtpatchver}
_pkgver=${_major}.${_minor}
_srcname=linux-${_pkgver}
-pkgrel=6
+pkgrel=7
pkgdesc='Linux RT-BFQ-dev'
arch=('x86_64')
url="https://github.com/sirlucjan/bfq-mq-lucjan"
license=('GPL2')
options=('!strip')
makedepends=('bc' 'libelf' 'python-sphinx' 'python-sphinx_rtd_theme'
- 'graphviz' 'imagemagick' 'pahole' 'cpio' 'perl' 'tar' 'xz')
+ 'graphviz' 'imagemagick' 'pahole' 'cpio' 'perl' 'tar' 'xz'
+ 'texlive-latexextra' 'xmlto')
#_lucjanpath="https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/${_major}"
_lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_major}"
# Some patches for BFQ conflict with patches for BFQ-dev.