-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update linux-longterm-6.6-headers-modular-deb.pacscript
- Loading branch information
1 parent
d26043a
commit 39f5c93
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...s/linux-longterm-6.6-headers-modular-deb/linux-longterm-6.6-headers-modular-deb.pacscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
pkgname="linux-longterm-6.6-headers-modular-deb" | ||
pkgname="linux-headers-lts-6.6-deb" | ||
gives="linux-headers-6.6.51-060651" | ||
pkgver="6.6.51" | ||
buildver="6.6.51-060651.202409121031" | ||
arch=("all") | ||
sha256sums=("e2a5b21d8ab8cc1d8a359cd8809bc0cf16ecf3cd0cb87c29a50d05f85f564510") | ||
source=("https://kernel.ubuntu.com/mainline/v${pkgver}/amd64/${gives}_${buildver}_all.deb") | ||
pkgdesc="Linux kernel LTS from Ubuntu Mainline Kernel PPA (headers modular)" | ||
pkgdesc="Linux kernel LTS from Ubuntu Mainline Kernel PPA (headers)" | ||
pacdeps=("linux-longterm-6.6-modules-deb") | ||
maintainer=("James Ed Randson <[email protected]>") | ||
repology=("project: linux" "srcname: linux-mainline" "binname: linux-mainline") |