Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
linux-api-headers
Commits:
13851f97 by Frederik Schwan at 2025-01-29T14:17:31+01:00
upgpkg: 6.13-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = linux-api-headers
pkgdesc = Kernel headers sanitized for use in userspace
- pkgver = 6.10
+ pkgver = 6.13
pkgrel = 1
url = https://www.gnu.org/software/libc
arch = x86_64
license = GPL-2.0-only
makedepends = rsync
- source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.10.tar.xz
- source =
https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.10.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.13.tar.xz
+ source =
https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.13.tar.sign
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums =
774698422ee54c5f1e704456f37c65c06b51b4e9a8b0866f34580d86fef8e226
+ sha256sums =
e79dcc6eb86695c6babfb07c2861912b635d5075c6cd1cd0567d1ea155f80d6e
sha256sums = SKIP
pkgname = linux-api-headers
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# toolchain build order:
linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
pkgname=linux-api-headers
-pkgver=6.10
+pkgver=6.13
pkgrel=1
pkgdesc='Kernel headers sanitized for use in userspace'
arch=('x86_64')
@@ -14,7 +14,7 @@ url='https://www.gnu.org/software/libc'
license=(GPL-2.0-only)
makedepends=(rsync)
source=(https://www.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver}.tar.{xz,sign})
-sha256sums=('774698422ee54c5f1e704456f37c65c06b51b4e9a8b0866f34580d86fef8e226'
+sha256sums=('e79dcc6eb86695c6babfb07c2861912b635d5075c6cd1cd0567d1ea155f80d6e'
'SKIP')
validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-api-headers/-/commit/13851f97bc0a56d8dae6dbf3e00e8d2680768a74
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-api-headers/-/commit/13851f97bc0a56d8dae6dbf3e00e8d2680768a74
You're receiving this email because of your account on gitlab.archlinux.org.