summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2018-10-21 16:28:37 +0200
committerBjörn Bidar2018-10-21 16:28:37 +0200
commited0401590934d50729d2ecacaea659759b90dac6 (patch)
treef48736f1d7407408e8a3f297424035f0f123ce11
parentc6eedacbcdb0d51a0995861e02466270bfc26631 (diff)
downloadaur-ed0401590934d50729d2ecacaea659759b90dac6.tar.gz
upkg
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab2310afa792..3134048bc9f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 8 07:53:06 UTC 2018
+# Sun Oct 21 14:06:08 UTC 2018
pkgbase = linux-pf
pkgdesc = Linux kernel and modules with the pf-kernel patch (uksm, PDS).
- pkgver = 4.18.8
+ pkgver = 4.18.10
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/v4.18...v4.18-pf8.diff
+ source = https://github.com/pfactum/pf-kernel/compare/v4.18...v4.18-pf10.diff
source = 90-linux.hook
source = 60-linux.hook
sha256sums = 19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1
@@ -29,7 +29,7 @@ pkgbase = linux-pf
sha256sums = fc137a9706f7b1e2f9deb49f3a750834320fceee0944ce584e2c4341bb9ca2c6
sha256sums = cd7b41f16caee2fb1e5c4d55f24d445bd78c8ed5ba8554c5175b47293ee208fd
sha256sums = 82d660caa11db0cd34fd550a049d7296b4a9dcd28f2a50c81418066d6e598864
- sha256sums = 4206015ff1570293b7eb822609f81ec19fb8ad44c2183be0a6c2dfa00cc034ed
+ sha256sums = 72b80e96492fb75de3bdad4e388dbbcca4c7f0c88b31be2360ad412ebe12d94e
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
@@ -47,7 +47,7 @@ pkgname = linux-pf
optdepends = nvidia-beta-all: NVIDIA drivers for all installed kernels
optdepends = modprobed-db: Keeps track of EVERY kernel module that has ever been probed. Useful for make localmodconfig.
provides = linux-tomoyo
- provides = linux-pf=4.18.8
+ provides = linux-pf=4.18.10
conflicts = linux-pf
replaces = kernel26-pf
@@ -57,7 +57,7 @@ pkgname = linux-pf-headers
pkgname = linux-pf-preset-default
pkgdesc = Linux-pf default preset
install = linux.install
- depends = linux-pf=4.18.8
- provides = linux-pf-preset=4.18.8
+ depends = linux-pf=4.18.10
+ provides = linux-pf-preset=4.18.10
backup = etc/mkinitcpio.d/linux-pf.preset
diff --git a/PKGBUILD b/PKGBUILD
index 01a2561d1013..dc525e04499c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ _minor=18
_basekernel=${_major}.${_minor}
_srcname=linux-${_basekernel}
pkgbase=linux-pf
-_pfrel=8
+_pfrel=10
_kernelname=-pf
_pfpatchhome="https://github.com/pfactum/pf-kernel/compare"
_pfpatchname="v$_major.$_minor...v$_major.$_minor-pf$_pfrel.diff"
@@ -650,7 +650,7 @@ sha256sums=('19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1'
'fc137a9706f7b1e2f9deb49f3a750834320fceee0944ce584e2c4341bb9ca2c6'
'cd7b41f16caee2fb1e5c4d55f24d445bd78c8ed5ba8554c5175b47293ee208fd'
'82d660caa11db0cd34fd550a049d7296b4a9dcd28f2a50c81418066d6e598864'
- '4206015ff1570293b7eb822609f81ec19fb8ad44c2183be0a6c2dfa00cc034ed'
+ '72b80e96492fb75de3bdad4e388dbbcca4c7f0c88b31be2360ad412ebe12d94e'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21')
# vim:set ts=2 sw=2 tw=0 et: