summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bad71bfe5f70..c2f1a8340b48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 9 02:19:39 UTC 2020
+# Tue Apr 28 01:46:42 UTC 2020
pkgbase = linux-pf
pkgdesc = Linux kernel and modules with the pf-kernel patch (uksm, PDS).
- pkgver = 5.6.2
+ pkgver = 5.6.4
pkgrel = 1
url = https://gitlab.com/post-factum/pf-kernel/wikis/README
arch = i686
@@ -21,7 +21,7 @@ pkgbase = linux-pf
source = config.i686
source = pf_defconfig
source = linux.preset
- source = https://github.com/pfactum/pf-kernel/compare/v5.6...v5.6-pf2.diff
+ source = https://github.com/pfactum/pf-kernel/compare/v5.6...v5.6-pf4.diff
source = 90-linux.hook
source = 60-linux.hook
sha256sums = e342b04a2aa63808ea0ef1baab28fc520bd031ef8cf93d9ee4a31d4058fcb622
@@ -29,7 +29,7 @@ pkgbase = linux-pf
sha256sums = 35b1eea04b02c8072568bce49468eb8487e1217a0f5a3cd979cff9af569ab2ef
sha256sums = 59008ddd377115e3ecba7dd33fa04be709cbfe1ef104a7d462b5ed01e04a04b7
sha256sums = 82d660caa11db0cd34fd550a049d7296b4a9dcd28f2a50c81418066d6e598864
- sha256sums = 396dc40e1d89d68da67712a32820f248ff37ccd89ae6be44886c43bbd5a24cc5
+ sha256sums = 8aaacad5c98d87991a97b0d1599aedd4a33ee32159263d5dfb2019d65245d30e
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
@@ -49,7 +49,7 @@ pkgname = linux-pf
optdepends = uksmd: Userspace KSM helper daemon
optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed. Useful for make localmodconfig.
provides = linux-tomoyo
- provides = linux-pf=5.6.2
+ provides = linux-pf=5.6.4
conflicts = linux-pf
replaces = kernel26-pf
@@ -59,7 +59,7 @@ pkgname = linux-pf-headers
pkgname = linux-pf-preset-default
pkgdesc = Linux-pf default preset
install = linux.install
- depends = linux-pf=5.6.2
- provides = linux-pf-preset=5.6.2
+ depends = linux-pf=5.6.4
+ provides = linux-pf-preset=5.6.4
backup = etc/mkinitcpio.d/linux-pf.preset
diff --git a/PKGBUILD b/PKGBUILD
index 5fc5aea41896..dfb5df49ce37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ _minor=6
_basekernel=${_major}.${_minor}
_srcname=linux-${_basekernel}
pkgbase=linux-pf
-_pfrel=2
+_pfrel=4
_kernelname=-pf
_pfpatchhome="https://github.com/pfactum/pf-kernel/compare"
_pfpatchname="v$_major.$_minor...v$_major.$_minor-pf$_pfrel.diff"
@@ -657,7 +657,7 @@ sha256sums=('e342b04a2aa63808ea0ef1baab28fc520bd031ef8cf93d9ee4a31d4058fcb622'
'35b1eea04b02c8072568bce49468eb8487e1217a0f5a3cd979cff9af569ab2ef'
'59008ddd377115e3ecba7dd33fa04be709cbfe1ef104a7d462b5ed01e04a04b7'
'82d660caa11db0cd34fd550a049d7296b4a9dcd28f2a50c81418066d6e598864'
- '396dc40e1d89d68da67712a32820f248ff37ccd89ae6be44886c43bbd5a24cc5'
+ '8aaacad5c98d87991a97b0d1599aedd4a33ee32159263d5dfb2019d65245d30e'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21')
# vim:set ts=2 sw=2 tw=0 et: