summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2018-08-11 19:29:08 +0200
committerBjörn Bidar2018-08-11 19:29:08 +0200
commit7024d86601a577db84a7ffc4ea6380087420bf42 (patch)
treed1d5808a03539c5b2c61a18863cdc375851a025c
parentdd413d658f586a165cbf7767fbc137bfa343e126 (diff)
downloadaur-7024d86601a577db84a7ffc4ea6380087420bf42.tar.gz
upkg
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD4
2 files changed, 10 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4c25992d02c..2f83dded086d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,7 @@
# Generated by mksrcinfo v8
-# Sun Jul 29 23:40:42 UTC 2018
+# Sat Aug 11 17:28:59 UTC 2018
pkgbase = linux-pf
- pkgdesc = Linux kernel and modules with the pf-kernel patch (uksm, PDS).
- pkgver = 4.17.5
+ pkgver = 4.17.6
pkgrel = 1
url = https://gitlab.com/post-factum/pf-kernel/wikis/README
arch = i686
@@ -20,19 +19,19 @@ pkgbase = linux-pf
source = config.i686
source = config.x86_64
source = linux.preset
- source = https://github.com/pfactum/pf-kernel/compare/v4.17...v4.17-pf5.diff
+ source = https://github.com/pfactum/pf-kernel/compare/v4.17...v4.17-pf6.diff
source = 90-linux.hook
source = 60-linux.hook
sha256sums = 9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13
sha256sums = 102d518779dc312af35faf7e07ff01df3c04521d40d8757fc4e8eba9c595c395
sha256sums = 622c9966585723a3a88ccabf83ecb7b64851c6acf9b0dd9862df5885b0d02907
sha256sums = 82d660caa11db0cd34fd550a049d7296b4a9dcd28f2a50c81418066d6e598864
- sha256sums = f73ae14d43e4235843cb3b46b4ce64a85a13d1f943c86b23864b3d448bc0ed20
+ sha256sums = 7c66be27cf28dc3631ee929aba579ef83e4727106180765913d3080980073c12
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
pkgname = linux-pf
- pkgdesc = Linux kernel and modules with the pf-kernel patch (uksm, PDS)
+ pkgdesc = 6th Gen Core processors including Skylake.
groups = base
depends = coreutils
depends = linux-firmware
@@ -44,22 +43,19 @@ pkgname = linux-pf
optdepends = nvidia-pf: NVIDIA drivers for 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-pf=4.17.5
provides = linux-tomoyo
+ provides = linux-pf=4.17.6
conflicts = linux-pf
- conflicts = kernel26-pf
replaces = kernel26-pf
pkgname = linux-pf-headers
pkgdesc = Header files and scripts for building modules for linux-pf kernel.
depends = linux-pf
- provides = linux-pf-headers=4.17.5
- conflicts = linux-pf-headers
pkgname = linux-pf-preset-default
pkgdesc = Linux-pf default preset
install = linux.install
- depends = linux-pf=4.17.5
- provides = linux-pf-preset=4.17.5
+ depends = linux-pf=4.17.6
+ provides = linux-pf-preset=4.17.6
backup = etc/mkinitcpio.d/linux-pf.preset
diff --git a/PKGBUILD b/PKGBUILD
index a41ea38e8238..fd972b14e9a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ _minor=17
_basekernel=${_major}.${_minor}
_srcname=linux-${_major}.${_minor}
pkgbase=linux-pf
-_pfrel=5
+_pfrel=6
_kernelname=-pf
_pfpatchhome="https://github.com/pfactum/pf-kernel/compare"
_pfpatchname="v$_major.$_minor...v$_major.$_minor-pf$_pfrel.diff"
@@ -631,7 +631,7 @@ sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13'
'102d518779dc312af35faf7e07ff01df3c04521d40d8757fc4e8eba9c595c395'
'622c9966585723a3a88ccabf83ecb7b64851c6acf9b0dd9862df5885b0d02907'
'82d660caa11db0cd34fd550a049d7296b4a9dcd28f2a50c81418066d6e598864'
- 'f73ae14d43e4235843cb3b46b4ce64a85a13d1f943c86b23864b3d448bc0ed20'
+ '7c66be27cf28dc3631ee929aba579ef83e4727106180765913d3080980073c12'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21')
# vim:set ts=2 sw=2 tw=0 et: