From b503deec9f8bf42903df8482b72d192fc34367c8 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Thu, 20 Sep 2018 19:56:35 +0200 Subject: [PATCH] chakra-hardware-detection build with nvidia 390xx driver reference removed 304xx --- chakra-hardware-detection/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/chakra-hardware-detection/PKGBUILD b/chakra-hardware-detection/PKGBUILD index 9c9020dd9..feea8d891 100644 --- a/chakra-hardware-detection/PKGBUILD +++ b/chakra-hardware-detection/PKGBUILD @@ -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