-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add headers to depends with alternative
- Loading branch information
xdavius
committed
Jan 2, 2025
1 parent
1452dc7
commit 0e1e7de
Showing
3 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -6,8 +6,8 @@ pkgbase = it87-dkms-git | |
url = https://github.com/frankcrawford/it87 | ||
arch = x86_64 | ||
depends = dkms | ||
depends = linux-headers-amd64|linux-headers-generic-hwe | ||
makedepends = git | ||
optdepends = linux-headers-amd64|linux-headers-generic-hwe | ||
provides = it87 | ||
maintainer = xdavius <[email protected]> | ||
source = it87::git+https://github.com/frankcrawford/it87.git | ||
|
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
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 |
---|---|---|
|
@@ -4932,8 +4932,8 @@ pkgbase = it87-dkms-git | |
url = https://github.com/frankcrawford/it87 | ||
arch = x86_64 | ||
depends = dkms | ||
depends = linux-headers-amd64|linux-headers-generic-hwe | ||
makedepends = git | ||
optdepends = linux-headers-amd64|linux-headers-generic-hwe | ||
provides = it87 | ||
maintainer = xdavius <[email protected]> | ||
source = it87::git+https://github.com/frankcrawford/it87.git | ||
|