update: update linux-sources

This commit is contained in:
2026-01-21 15:51:13 -05:00
parent b58993d619
commit 46e6e165f5

View File

@@ -1,4 +1,4 @@
pkgname="linux"
pkgname="linux-sources"
pkgver="6.16.1"
pkgdesc="Linux kernel"
homepage="https://www.kernel.org/"
@@ -7,6 +7,7 @@ _srcname=linux-${pkgver%.*}
sources=("${pkgname}-${pkgver}.tar.xz")
urls=("https://www.kernel.org/pub/linux/kernel/v6.x/${sources[0]}")
md5sums=("32d45755e4b39d06e9be58f6817445ee")
options=(!strip) # there are no bineries
src_prepare() {
tar -xf ${distdir}/${sources[0]}
@@ -25,3 +26,5 @@ src_install() {
mv -v ${pkgname}-${pkgver} ${pkgdir}/usr/src/
install -v -m755 -d ${pkgdir}/etc/modprobe.d
}
# vim:ft=sh syn=sh et sw=2: