summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2019-10-20 02:28:05 +0200
committerBjörn Bidar2019-10-20 21:54:48 +0200
commit1e8ac9a1e4400c101e07627c9699e944e5146e2e (patch)
treebbdc9b8b921677b3e53b3aa4caab96e85f8db8a8
parent81a92d2373771115a4fb589144bd509f4148d517 (diff)
downloadaur-1e8ac9a1e4400c101e07627c9699e944e5146e2e.tar.gz
upkg
- new upstream release
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a12a8ebc5270..1d55387058f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 6 18:22:17 UTC 2019
+# Sun Oct 20 19:54:20 UTC 2019
pkgbase = linux-pf
pkgdesc = Linux kernel and modules with the pf-kernel patch (uksm, PDS).
- pkgver = 5.3.2
- pkgrel = 2
+ pkgver = 5.3.4
+ pkgrel = 1
url = https://gitlab.com/post-factum/pf-kernel/wikis/README
arch = i686
arch = x86_64
@@ -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.3...v5.3-pf2.diff
+ source = https://github.com/pfactum/pf-kernel/compare/v5.3...v5.3-pf4.diff
source = 90-linux.hook
source = 60-linux.hook
sha256sums = 78f3c397513cf4ff0f96aa7d09a921d003e08fa97c09e0bb71d88211b40567b2
@@ -29,7 +29,7 @@ pkgbase = linux-pf
sha256sums = 6231477d4f1fd31eb6c8d7052ad084af75d8c2af0eb54c7913ba8b033be174f2
sha256sums = 8d809b8a587f21a810ae385284855dec3c9cec0558f7ae957a91e8029386e930
sha256sums = 82d660caa11db0cd34fd550a049d7296b4a9dcd28f2a50c81418066d6e598864
- sha256sums = 88c03eaa3ac14757bf946bf6da1396cfb1de4cdeacf231f81ce4dcbf28caa0a7
+ sha256sums = 0b7c497272ff058c9f823110c692ab89bb3f27bff4c522d672bbb3406446cc4f
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.3.2
+ provides = linux-pf=5.3.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.3.2
- provides = linux-pf-preset=5.3.2
+ depends = linux-pf=5.3.4
+ provides = linux-pf-preset=5.3.4
backup = etc/mkinitcpio.d/linux-pf.preset
diff --git a/PKGBUILD b/PKGBUILD
index fcc5db9a7f60..6bba11f145ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ _minor=3
_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"
@@ -74,7 +74,7 @@ pkgname=('linux-pf')
pkgdesc="Linux kernel and modules with the pf-kernel patch (uksm, PDS)."
pkgname=('linux-pf' 'linux-pf-headers' 'linux-pf-preset-default')
pkgver=${_basekernel}.${_pfrel}
-pkgrel=2
+pkgrel=1
arch=('i686' 'x86_64')
url="https://gitlab.com/post-factum/pf-kernel/wikis/README"
license=('GPL2')
@@ -657,7 +657,7 @@ sha256sums=('78f3c397513cf4ff0f96aa7d09a921d003e08fa97c09e0bb71d88211b40567b2'
'6231477d4f1fd31eb6c8d7052ad084af75d8c2af0eb54c7913ba8b033be174f2'
'8d809b8a587f21a810ae385284855dec3c9cec0558f7ae957a91e8029386e930'
'82d660caa11db0cd34fd550a049d7296b4a9dcd28f2a50c81418066d6e598864'
- '88c03eaa3ac14757bf946bf6da1396cfb1de4cdeacf231f81ce4dcbf28caa0a7'
+ '0b7c497272ff058c9f823110c692ab89bb3f27bff4c522d672bbb3406446cc4f'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21')
# vim:set ts=2 sw=2 tw=0 et: