Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / linux-api-headers
Commits: b4223b0c by Frederik Schwan at 2024-01-31T23:08:54+01:00 upgpkg: 6.7-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = linux-api-headers + pkgdesc = Kernel headers sanitized for use in userspace + pkgver = 6.7 + pkgrel = 1 + url = https://www.gnu.org/software/libc + arch = any + license = GPL-2.0 + makedepends = rsync + source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.xz + source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.7.tar.sign + validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886 + validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E + sha256sums = ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069 + sha256sums = SKIP + +pkgname = linux-api-headers ===================================== PKGBUILD ===================================== @@ -6,15 +6,15 @@ # toolchain build order: linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc pkgname=linux-api-headers -pkgver=6.4 +pkgver=6.7 pkgrel=1 pkgdesc='Kernel headers sanitized for use in userspace' arch=(any) url='https://www.gnu.org/software/libc' -license=(GPL2) +license=(GPL-2.0) makedepends=(rsync) source=(https://www.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver}.tar.{xz,sign}) -sha256sums=('8fa0588f0c2ceca44cac77a0e39ba48c9f00a6b9dc69761c02a5d3efac8da7f3' +sha256sums=('ef31144a2576d080d8c31698e83ec9f66bf97c677fa2aaf0d5bbb9f3345b1069' 'SKIP') validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds '647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/linux-api-headers/-/commit/b4223b0c2bfba54c26acc4dc289415b81b15989f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/linux-api-headers/-/commit/b4223b0c2bfba54c26acc4dc289415b81b15989f You're receiving this email because of your account on gitlab.archlinux.org.
