summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2017-11-10 12:52:39 +0100
committerBjörn Bidar2017-11-10 12:52:39 +0100
commit7c7c7fdf0e430e9d790a2f038f3639792ea937a8 (patch)
treedb8d9c8285b58208d4a867c8ecaa3aa9808b23e3
parentbe621f78de0b9442da61ee8e7cffd823982a0d0a (diff)
downloadaur-7c7c7fdf0e430e9d790a2f038f3639792ea937a8.tar.gz
upkg
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD4
-rw-r--r--linux.install2
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc44183eba4f..b53861e7130d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 9 01:54:27 UTC 2017
+# Fri Nov 10 11:50:22 UTC 2017
pkgbase = linux-pf
pkgdesc = Linux kernel and modules with the pf-kernel patch [-ck patchset (BFS included), TuxOnIce, BFQ], uksm and aufs3
- pkgver = 4.13.12
+ pkgver = 4.13.13
pkgrel = 1
url = http://pf.natalenko.name/
arch = i686
@@ -20,13 +20,13 @@ pkgbase = linux-pf
source = config.i686
source = config.x86_64
source = linux.preset
- source = https://github.com/pfactum/pf-kernel/compare/v4.13...v4.13-pf12.diff
+ source = https://github.com/pfactum/pf-kernel/compare/v4.13...v4.13-pf13.diff
source = 90-linux-pf.hook
sha256sums = 2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c
sha256sums = 065ecd7b7a034fd8417f934520dd1d92a4154c6c30a5272fd863eced95c3aca0
sha256sums = 03bfdc7297fd0b9dab918448af9c13292f3a26d6c52363ccba6756cd4ae7c101
sha256sums = 82d660caa11db0cd34fd550a049d7296b4a9dcd28f2a50c81418066d6e598864
- sha256sums = 3857a4c6437588b2cbc586c4af9b1a695b547b588e088dbb545ed635d7b3276e
+ sha256sums = b1e1ec9b37f7377ed2a6c1e97cd26b8dee8fedf644cc80124cf0acf5868946da
sha256sums = df07e00e8581fe282a5b92be9ee9bb37910eae3d2cc43eeb41df736b9f531f02
pkgname = linux-pf
@@ -44,7 +44,7 @@ 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.13.12
+ provides = linux-pf=4.13.13
provides = aufs3
provides = linux-tomoyo
conflicts = linux-pf
@@ -55,13 +55,13 @@ pkgname = linux-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.13.12
+ provides = linux-pf-headers=4.13.13
conflicts = linux-pf-headers
pkgname = linux-pf-preset-default
pkgdesc = Linux-pf default preset
install = linux.install
- depends = linux-pf=4.13.12
- provides = linux-pf-preset=4.13.12
+ depends = linux-pf=4.13.13
+ provides = linux-pf-preset=4.13.13
backup = etc/mkinitcpio.d/linux-pf.preset
diff --git a/PKGBUILD b/PKGBUILD
index 9ab0e74242e9..0924f0ba928c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _minor=13
_basekernel=${_major}.${_minor}
_srcname=linux-${_major}.${_minor}
pkgbase=linux-pf
-_pfrel=12
+_pfrel=13
_kernelname=-pf
_pfpatchhome="https://github.com/pfactum/pf-kernel/compare"
_pfpatchname="v$_major.$_minor...v$_major.$_minor-pf$_pfrel.diff"
@@ -699,5 +699,5 @@ sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
'065ecd7b7a034fd8417f934520dd1d92a4154c6c30a5272fd863eced95c3aca0'
'03bfdc7297fd0b9dab918448af9c13292f3a26d6c52363ccba6756cd4ae7c101'
'82d660caa11db0cd34fd550a049d7296b4a9dcd28f2a50c81418066d6e598864'
- '3857a4c6437588b2cbc586c4af9b1a695b547b588e088dbb545ed635d7b3276e'
+ 'b1e1ec9b37f7377ed2a6c1e97cd26b8dee8fedf644cc80124cf0acf5868946da'
'df07e00e8581fe282a5b92be9ee9bb37910eae3d2cc43eeb41df736b9f531f02')
diff --git a/linux.install b/linux.install
index b53c526ba86d..f872bc6a4d62 100644
--- a/linux.install
+++ b/linux.install
@@ -3,7 +3,7 @@
# arg 2: the old package version
KERNEL_NAME=-pf
-KERNEL_VERSION=4.13.12-pf
+KERNEL_VERSION=4.13.13-pf
# set a sane PATH to ensure that critical utils like depmod will be found
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'