mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Correct typo
This commit is contained in:
parent
aa6a8cc899
commit
b5e81f3cbd
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = nvidia-390xx-utils
|
||||
pkgver = 390.138
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = http://www.nvidia.com/
|
||||
arch = x86_64
|
||||
license = custom
|
||||
|
|
@ -8,7 +8,7 @@ pkgbase = nvidia-390xx-utils
|
|||
source = nvidia-drm-outputclass.conf
|
||||
source = nvidia-390xx-utils.sysusers
|
||||
source = nvidia-390xx-utils.install
|
||||
source = https://us.download.nvidia.com/XFree86/Linux-x86_64/390.138/NVIDIA-Linux-x86_64-390.138.run
|
||||
source = https://us.download.nvidia.com/XFree86/Linux-x86_64/390.138/NVIDIA-Linux-x86_64-390.138-no-compat32.run
|
||||
sha512sums = de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770
|
||||
sha512sums = 4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499
|
||||
sha512sums = 1fde155171701e8dac7e58b3ef8f62b7810a959ec664950ac7b791aca4e6776ff5540cb5819e44ccce46b2d42c087ac43c80ad1182a484e4d75e9b4374516137
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -6,12 +6,12 @@
|
|||
pkgbase=nvidia-390xx-utils
|
||||
pkgname=('nvidia-390xx-utils' 'opencl-nvidia-390xx')
|
||||
pkgver=390.138
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('x86_64')
|
||||
url="http://www.nvidia.com/"
|
||||
license=('custom')
|
||||
options=('!strip')
|
||||
_pkg="NVIDIA-Linux-x86_64-${pkgver}"
|
||||
_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
|
||||
source=('nvidia-drm-outputclass.conf'
|
||||
'nvidia-390xx-utils.sysusers'
|
||||
'nvidia-390xx-utils.install'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue