Skip to content

Commit

Permalink
add headers to optdepends
Browse files Browse the repository at this point in the history
  • Loading branch information
xdavius committed Jan 2, 2025
1 parent c768ddb commit 1452dc7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions packages/it87-dkms-git/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ pkgbase = it87-dkms-git
pkgdesc = Linux Driver for ITE LPC chips
url = https://github.com/frankcrawford/it87
arch = x86_64
arch = i686
depends = dkms
depends = linux-headers-6.8.0-1021-aws
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
Expand Down
7 changes: 3 additions & 4 deletions packages/it87-dkms-git/it87-dkms-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ pkgver="152"
_pkgoldver="152"
pkgrel="2"
pkgdesc="Linux Driver for ITE LPC chips"
arch=('x86_64' 'i686')
arch=('x86_64')
url='https://github.com/frankcrawford/it87'
kernel_type=$(uname -r | grep -oP '(azure|rt|cloud)' || echo "amd64")
kernel_ver=$(uname -r)
depends=("dkms" "linux-headers-${kernel_ver}")
depends=("dkms")
optdepends=("linux-headers-amd64|linux-headers-generic-hwe")
makedepends=('git')
provides=('it87')
source=("${gives}::git+https://github.com/frankcrawford/it87.git"
Expand Down
3 changes: 1 addition & 2 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -4931,10 +4931,9 @@ pkgbase = it87-dkms-git
pkgdesc = Linux Driver for ITE LPC chips
url = https://github.com/frankcrawford/it87
arch = x86_64
arch = i686
depends = dkms
depends = linux-headers-6.8.0-1021-aws
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
Expand Down

0 comments on commit 1452dc7

Please sign in to comment.