mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 07:47:20 +08:00
chakra-hardware-detection build with nvidia 390xx driver reference
removed 304xx
This commit is contained in:
parent
5db785dfc7
commit
b503deec9f
@ -3,19 +3,20 @@
|
||||
#
|
||||
|
||||
pkgname=chakra-hardware-detection
|
||||
pkgver=20171106
|
||||
pkgver=20180920
|
||||
pkgrel=1
|
||||
branch="master"
|
||||
pkgdesc="Hardware detection scripts for Chakra"
|
||||
arch=('any')
|
||||
url="https://www.chakralinux.org"
|
||||
depends=('bc' 'util-linux' 'chd-nvidia' 'chd-nvidia-340xx' 'chd-nvidia-304xx'
|
||||
depends=('bc' 'util-linux' 'chd-nvidia' 'chd-nvidia-340xx' 'chd-nvidia-390xx'
|
||||
'dmidecode')
|
||||
license=('GPL')
|
||||
|
||||
_gitname=$pkgname
|
||||
_gitsha=820ea19
|
||||
source=("$pkgname"::"git://git.chakralinux.org/${_gitname}.git#commit=${_gitsha}")
|
||||
_gitsha=a8f58492
|
||||
source=("$pkgname"::"git+https://code.chakralinux.org/tools/${_gitname}.git#commit=${_gitsha}")
|
||||
|
||||
md5sums=('SKIP')
|
||||
|
||||
# create tarball: source PKGBUILD && mksource
|
||||
|
Loading…
Reference in New Issue
Block a user