mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 07:37:14 +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
|
pkgname=chakra-hardware-detection
|
||||||
pkgver=20171106
|
pkgver=20180920
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
branch="master"
|
branch="master"
|
||||||
pkgdesc="Hardware detection scripts for Chakra"
|
pkgdesc="Hardware detection scripts for Chakra"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://www.chakralinux.org"
|
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')
|
'dmidecode')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
|
||||||
_gitname=$pkgname
|
_gitname=$pkgname
|
||||||
_gitsha=820ea19
|
_gitsha=a8f58492
|
||||||
source=("$pkgname"::"git://git.chakralinux.org/${_gitname}.git#commit=${_gitsha}")
|
source=("$pkgname"::"git+https://code.chakralinux.org/tools/${_gitname}.git#commit=${_gitsha}")
|
||||||
|
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
# create tarball: source PKGBUILD && mksource
|
# create tarball: source PKGBUILD && mksource
|
||||||
|
Loading…
Reference in New Issue
Block a user