diff options
author | Chris Billington | 2025-02-20 17:01:07 +1100 |
---|---|---|
committer | Chris Billington | 2025-02-20 17:01:07 +1100 |
commit | b2f32d216e9732098467a2459a4a28e5b5426727 (patch) | |
tree | c8970a20604fc2487fdcfd92027122f75dce77a1 | |
parent | 55fd1a111f72b745fabc6647bdb8ed179429b8ba (diff) | |
download | aur-b2f32d216e9732098467a2459a4a28e5b5426727.tar.gz |
6.13.3.arch1-1
-rw-r--r-- | .SRCINFO | 44 | ||||
-rw-r--r-- | PKGBUILD | 22 |
2 files changed, 33 insertions, 33 deletions
@@ -1,36 +1,36 @@ pkgbase = linux-versioned-bin pkgdesc = The Linux kernel and modules | repackaged with a unique package name for each version - pkgver = 6.13.2.arch1 + pkgver = 6.13.3.arch1 pkgrel = 1 url = https://github.com/archlinux/linux arch = x86_64 license = GPL2 - noextract = linux-6.13.2.arch1-1-x86_64.pkg.tar.zst - noextract = linux-headers-6.13.2.arch1-1-x86_64.pkg.tar.zst - noextract = linux-docs-6.13.2.arch1-1-x86_64.pkg.tar.zst + noextract = linux-6.13.3.arch1-1-x86_64.pkg.tar.zst + noextract = linux-headers-6.13.3.arch1-1-x86_64.pkg.tar.zst + noextract = linux-docs-6.13.3.arch1-1-x86_64.pkg.tar.zst options = !strip - source = https://archive.archlinux.org/packages/.all/linux-6.13.2.arch1-1-x86_64.pkg.tar.zst - source = https://archive.archlinux.org/packages/.all/linux-headers-6.13.2.arch1-1-x86_64.pkg.tar.zst - source = https://archive.archlinux.org/packages/.all/linux-docs-6.13.2.arch1-1-x86_64.pkg.tar.zst - sha256sums = 0f10e2320b8000d7d127a6c84761a84c4268aa6be10d25b7f0be27f85c5bbdfb - sha256sums = bbcac09d718aa5a9f037631b46381ec220b410a144fa5cff7b5004418463277a - sha256sums = 8a3bf111397b916e8931a5ed552f2445268a2e005f7b7fce4836de8cd11e2958 + source = https://archive.archlinux.org/packages/.all/linux-6.13.3.arch1-1-x86_64.pkg.tar.zst + source = https://archive.archlinux.org/packages/.all/linux-headers-6.13.3.arch1-1-x86_64.pkg.tar.zst + source = https://archive.archlinux.org/packages/.all/linux-docs-6.13.3.arch1-1-x86_64.pkg.tar.zst + sha256sums = c09c05e932f3192326202c0e9157c2f0c7b6488ee21d63ed62ecff8689d2b255 + sha256sums = 77cad8e4e8f49db36ba645e30ff839351a066168950e25be1c42b98cac39e13d + sha256sums = 787abffebb222f12172022825d8a9977ad8cd856dce6a3470cf9a7fc08876147 pkgname = linux-versioned-bin - pkgdesc = Metapackage depending on linux6.13.2.arch1-1-bin - depends = linux6.13.2.arch1-1-bin + pkgdesc = Metapackage depending on linux6.13.3.arch1-1-bin + depends = linux6.13.3.arch1-1-bin optdepends = grub-hook: to run grub-mkconfig when kernels are added/removed pkgname = linux-versioned-headers-bin - pkgdesc = Metapackage depending on linux6.13.2.arch1-1-headers-bin - depends = linux6.13.2.arch1-1-headers-bin + pkgdesc = Metapackage depending on linux6.13.3.arch1-1-headers-bin + depends = linux6.13.3.arch1-1-headers-bin pkgname = linux-versioned-docs-bin - pkgdesc = Metapackage depending on linux6.13.2.arch1-1-docs-bin - depends = linux6.13.2.arch1-1-docs-bin + pkgdesc = Metapackage depending on linux6.13.3.arch1-1-docs-bin + depends = linux6.13.3.arch1-1-docs-bin -pkgname = linux6.13.2.arch1-1-bin - pkgdesc = The Linux kernel and modules, version 6.13.2-arch1-1 +pkgname = linux6.13.3.arch1-1-bin + pkgdesc = The Linux kernel and modules, version 6.13.3-arch1-1 depends = coreutils depends = initramfs depends = kmod @@ -44,11 +44,11 @@ pkgname = linux6.13.2.arch1-1-bin replaces = virtualbox-guest-modules-arch replaces = wireguard-arch -pkgname = linux6.13.2.arch1-1-headers-bin - pkgdesc = Headers and scripts for building modules for the Linux kernel 6.13.2-arch1-1 +pkgname = linux6.13.3.arch1-1-headers-bin + pkgdesc = Headers and scripts for building modules for the Linux kernel 6.13.3-arch1-1 depends = pahole conflicts = linux-headers -pkgname = linux6.13.2.arch1-1-docs-bin - pkgdesc = Documentation for the Linux kernel 6.13.2-arch1-1 +pkgname = linux6.13.3.arch1-1-docs-bin + pkgdesc = Documentation for the Linux kernel 6.13.3-arch1-1 conflicts = linux-docs @@ -1,10 +1,10 @@ # Maintainer: Chris Billington <chrisjbillington@gmail.com> _pkgname=linux -_kernver=6.13.2 +_kernver=6.13.3 _archver=arch1 _pkgrel=1 _pkgver="${_kernver}.${_archver}" -_KERNNAME=6.13.2-arch1-1 +_KERNNAME=6.13.3-arch1-1 pkgbase="${_pkgname}-versioned-bin" _versioned_pkgname="linux${_pkgver}-${_pkgrel}" pkgname=("${_pkgname}-versioned-bin" @@ -21,9 +21,9 @@ arch=(x86_64) license=(GPL2) options=('!strip') -_kernpkg=linux-6.13.2.arch1-1-x86_64.pkg.tar.zst -_headerspkg=linux-headers-6.13.2.arch1-1-x86_64.pkg.tar.zst -_docspkg=linux-docs-6.13.2.arch1-1-x86_64.pkg.tar.zst +_kernpkg=linux-6.13.3.arch1-1-x86_64.pkg.tar.zst +_headerspkg=linux-headers-6.13.3.arch1-1-x86_64.pkg.tar.zst +_docspkg=linux-docs-6.13.3.arch1-1-x86_64.pkg.tar.zst source=("https://archive.archlinux.org/packages/.all/${_kernpkg}" "https://archive.archlinux.org/packages/.all/${_headerspkg}" @@ -31,9 +31,9 @@ source=("https://archive.archlinux.org/packages/.all/${_kernpkg}" noextract=("${source[@]##*/}") -sha256sums=('0f10e2320b8000d7d127a6c84761a84c4268aa6be10d25b7f0be27f85c5bbdfb' - 'bbcac09d718aa5a9f037631b46381ec220b410a144fa5cff7b5004418463277a' - '8a3bf111397b916e8931a5ed552f2445268a2e005f7b7fce4836de8cd11e2958') +sha256sums=('c09c05e932f3192326202c0e9157c2f0c7b6488ee21d63ed62ecff8689d2b255' + '77cad8e4e8f49db36ba645e30ff839351a066168950e25be1c42b98cac39e13d' + '787abffebb222f12172022825d8a9977ad8cd856dce6a3470cf9a7fc08876147') package_linux-versioned-bin() { pkgdesc="Metapackage depending on ${_versioned_pkgname}-bin" @@ -51,7 +51,7 @@ package_linux-versioned-docs-bin() { depends=("${_versioned_pkgname}-docs-bin") } -package_linux6.13.2.arch1-1-bin() { +package_linux6.13.3.arch1-1-bin() { pkgdesc="The Linux kernel and modules, version ${_KERNNAME}" depends=(coreutils initramfs @@ -70,7 +70,7 @@ package_linux6.13.2.arch1-1-bin() { sed -ic "s/${_pkgname}/${_KERNNAME}/" "${pkgdir}/usr/lib/modules/${_KERNNAME}/pkgbase" } -package_linux6.13.2.arch1-1-headers-bin() { +package_linux6.13.3.arch1-1-headers-bin() { pkgdesc="Headers and scripts for building modules for the Linux kernel ${_KERNNAME}" depends=(pahole) conflicts=("${_pkgname}-headers") @@ -79,7 +79,7 @@ package_linux6.13.2.arch1-1-headers-bin() { mv "${pkgdir}/usr/src/"{"${_pkgname}","${_versioned_pkgname}"} } -package_linux6.13.2.arch1-1-docs-bin() { +package_linux6.13.3.arch1-1-docs-bin() { pkgdesc="Documentation for the Linux kernel ${_KERNNAME}" conflicts=("${_pkgname}-docs") tar -xf "${_docspkg}" -C "${pkgdir}" |