summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2021-07-09 23:13:52 +0200
committerPiotr Gorski2021-07-09 23:13:52 +0200
commite96e9c67a803ecfb09e5f67d79a555075fa81c3f (patch)
treef22f0f32a38ffc90aa76f896915068d204c34a40
parent78107ffb2261d808643e189cfd4c81055defabed (diff)
downloadaur-e96e9c67a803ecfb09e5f67d79a555075fa81c3f.tar.gz
Update patches
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c969900b533a..45996c9f9cca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-next-git
pkgdesc = Linux NEXT
- pkgver = 20210701.r0.gfb0ca446157a
+ pkgver = 20210709.r0.g92510a7fd93c
pkgrel = 1
url = http://www.kernel.org/
arch = x86_64
@@ -20,10 +20,10 @@ pkgbase = linux-next-git
makedepends = xz
options = !strip
source = git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
- source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.12/arch-patches/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
+ source = https://gitlab.com/sirlucjan/kernel-patches/raw/master/5.13/arch-patches/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
source = config
sha512sums = SKIP
- sha512sums = 88f9f1e6ea206068fd029566e4610c16b7c3007f10363c7db37cd922fe75646437d2e4814317bc292d06eff7e9ebd29d8cd1ee82c8abf45ddd1843c1ff55f5c7
+ sha512sums = fddbdd4897d79b2b511720400a5024731aa400dd1eb394c31046fad6f9613a8d984daf2d267d95688b1de3ee671d1a3f637866a277a98806bf6b801423d4af01
sha512sums = 87300bba1da0969251986aa73532f2dc325d0cf491d30004c5b0dcdf99002e89481d9a0561c6f8ae9ca524512a9dcbeb560c791476ba785c23b51af18a1dd4c2
pkgname = linux-next-git
diff --git a/PKGBUILD b/PKGBUILD
index a1cc5169667e..5ab6310a7459 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,7 +47,7 @@ _1k_HZ_ticks=
### Do not edit below this line unless you know what you're doing
pkgbase=linux-next-git
-pkgver=20210701.r0.gfb0ca446157a
+pkgver=20210709.r0.g92510a7fd93c
_srcname=linux-next
pkgrel=1
pkgdesc='Linux NEXT'
@@ -57,7 +57,7 @@ license=('GPL2')
options=('!strip')
makedepends=('kmod' 'bc' 'libelf' 'git' 'python-sphinx' 'python-sphinx_rtd_theme'
'graphviz' 'imagemagick' 'pahole' 'cpio' 'perl' 'tar' 'xz')
-_lucjanver=5.12
+_lucjanver=5.13
#_lucjanpath="https://raw.githubusercontent.com/sirlucjan/kernel-patches/master/${_lucjanver}"
_lucjanpath="https://gitlab.com/sirlucjan/kernel-patches/raw/master/${_lucjanver}"
@@ -306,5 +306,5 @@ for _p in "${pkgname[@]}"; do
done
sha512sums=('SKIP'
- '88f9f1e6ea206068fd029566e4610c16b7c3007f10363c7db37cd922fe75646437d2e4814317bc292d06eff7e9ebd29d8cd1ee82c8abf45ddd1843c1ff55f5c7'
+ 'fddbdd4897d79b2b511720400a5024731aa400dd1eb394c31046fad6f9613a8d984daf2d267d95688b1de3ee671d1a3f637866a277a98806bf6b801423d4af01'
'87300bba1da0969251986aa73532f2dc325d0cf491d30004c5b0dcdf99002e89481d9a0561c6f8ae9ca524512a9dcbeb560c791476ba785c23b51af18a1dd4c2')