Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
linux-api-headers
Commits:
8bd25b69 by Frederik Schwan at 2026-02-09T09:32:21+01:00
upgpkg: 6.19-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.18
+ pkgver = 6.19
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.18.tar.xz
- source =
https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.18.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.19.tar.xz
+ source =
https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.19.tar.sign
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums =
9106a4605da9e31ff17659d958782b815f9591ab308d03b0ee21aad6c7dced4b
+ sha256sums =
303079a8250b8f381f82b03f90463d12ac98d4f6b149b761ea75af1323521357
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.18
+pkgver=6.19
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=('9106a4605da9e31ff17659d958782b815f9591ab308d03b0ee21aad6c7dced4b'
+sha256sums=('303079a8250b8f381f82b03f90463d12ac98d4f6b149b761ea75af1323521357'
'SKIP')
validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-api-headers/-/commit/8bd25b6905938c315b37581cf8dc3376e0eb36a3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-api-headers/-/commit/8bd25b6905938c315b37581cf8dc3376e0eb36a3
You're receiving this email because of your account on gitlab.archlinux.org.