diff options
author | David Runge <dave@sleepmap.de> | 2020-04-29 16:46:12 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2020-04-29 16:46:12 +0200 |
commit | b4505d0115795adf5f5e87f6832dab32e1834a49 (patch) | |
tree | c09852293c6bad085a9c0ee2dc4dd05ef42dfc91 /.SRCINFO | |
parent | e79b4bcc3503a54f1ec503965d53945ee1c18223 (diff) |
PKGBUILD: Upgrading to 5.4.34.21.
Adding patch for sphinx documentation build, instead of using sed.
Simplifying source array.
Removing obsolete fixes and updating the config to 5.4.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = linux-rt-lts pkgdesc = Linux RT LTS - pkgver = 4.19.115.48 + pkgver = 5.4.34.21 pkgrel = 1 url = https://wiki.linuxfoundation.org/realtime/start arch = x86_64 @@ -15,24 +15,26 @@ pkgbase = linux-rt-lts makedepends = python-sphinx_rtd_theme makedepends = xmlto options = !strip - source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.115.tar.xz - source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.115.tar.sign - source = https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patch-4.19.115-rt48.patch.xz - source = https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patch-4.19.115-rt48.patch.sign + source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.34.tar.xz + source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.4.34.tar.sign + source = https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patch-5.4.34-rt21.patch.xz + source = https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patch-5.4.34-rt21.patch.sign source = config source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch + source = sphinx-workaround.patch validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886 validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E validpgpkeys = 8218F88849AAC522E94CF470A5E9288C4FA415FA validpgpkeys = 64254695FFF0AA4466CC19E67B96E8162A8CF5D1 validpgpkeys = 5ED9A48FC54C0A22D1D0804CEBC26CDB5A56DE73 validpgpkeys = E644E2F1D45FA0B2EAA02F33109F098506FF0B14 - sha256sums = 11b2d97c8ea5ceb40c5e1d0bb87ad5b2b8c84560181bc60c0d28ec3a3e3801c2 + sha256sums = 903ec1334daba6a626688f799cc947b420cf6fc8ce83055313dc4e9978d64cd2 sha256sums = SKIP - sha256sums = 1d2be62fe9ad8f6fd77f24dff0c5f349a352e3b60fba53c4b3037764ca24f8c5 + sha256sums = e4e73861fb95e326f3c6aafa9746906fa33d9ee5eeb8ad538745a4ea4dd1f0dd sha256sums = SKIP - sha256sums = 915ab71b3a5075f62a793c27142a21fbf883c60f2d182c4a70ce591dd8edd3bf + sha256sums = da703821d1e482471ea01c4a93fa7a05ae31d84aa4b7adf13ecb7005cc8d0a22 sha256sums = a13581d3c6dc595206e4fe7fcf6b542e7a1bdbe96101f0f010fc5be49f99baf2 + sha256sums = b7c814c8183e4645947a6dcc3cbf80431de8a8fd4e895b780f9a5fd92f82cb8e pkgname = linux-rt-lts pkgdesc = The Linux RT LTS kernel and modules |