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