chakra-hardware-detection build with nvidia 390xx driver reference

removed 304xx
This commit is contained in:
AlmAck 2018-09-20 19:56:35 +02:00
parent 5db785dfc7
commit b503deec9f

View File

@ -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