Remove NVIDIA stuff

This commit is contained in:
2023-07-23 18:04:17 +02:00
parent 10fbcdb0f6
commit 33a760489e
4 changed files with 31 additions and 36 deletions

View File

@@ -1,12 +1,12 @@
pkgname=fantasize
pkgver=0.1.9
pkgver=0.2.0
pkgrel=1
pkgdesc='C++ fan control for Linux'
url='https://github.com/Tabascl/fantasize.git'
source=("$pkgname-$pkgver.tar.gz::https://github.com/Tabascl/fantasize/archive/refs/tags/v$pkgver.tar.gz")
arch=('x86_64')
license=('GPL3')
makedepends=('git' 'cmake' 'nlohmann-json' 'boost' 'cuda')
makedepends=('git' 'cmake' 'nlohmann-json' 'boost')
sha256sums=('SKIP')
build() {