Skip to content

Commit

Permalink
[nvidia-inst] changed descriptions in PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Oct 26, 2024
1 parent e819858 commit 9048dfb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nvidia-inst/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

pkgname=nvidia-inst
pkgver=24.10.2
pkgrel=1
pkgdesc="Script to setup nvidia drivers (dkms version) in EndeavourOS"
pkgrel=2
pkgdesc="Script to install/uninstall nvidia driver packages in EndeavourOS"
url=https://github.com/endeavouros-team/PKGBUILDS/tree/master/$pkgname
_url=https://raw.githubusercontent.com/endeavouros-team/PKGBUILDS/master/$pkgname
arch=('any')
Expand All @@ -14,12 +14,12 @@ replaces=(nvidia-installer-dkms nvidia-installer-db nvidia-installer-common)
conflicts=(nvidia-installer-common)
depends=()
optdepends=(
"linux-headers: for $pkgname with kernel linux"
"linux-lts-headers: for $pkgname with kernel linux-lts"
"linux-hardened-headers: for $pkgname with kernel linux-hardened"
"linux-zen-headers: for $pkgname with kernel linux-zen"
"linux-headers: needed by nvidia-dkms or nvidia-open-dkms"
"linux-lts-headers: needed by nvidia-dkms or nvidia-open-dkms"
"linux-hardened-headers: needed by nvidia-dkms or nvidia-open-dkms"
"linux-zen-headers: needed by nvidia-dkms or nvidia-open-dkms"
"dkms: for the dkms versions of the proprietary Nvidia drivers"
"expac: faster way for finding available package versions"
"dkms: for the dkms versions of Nvidia drivers"
)

source=(
Expand Down

0 comments on commit 9048dfb

Please sign in to comment.