summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2018-07-27 14:59:02 +0500
committerDmitry Kharitonov2018-07-27 14:59:02 +0500
commitded6c9ddf6b59f296203d229da854f67fccdf736 (patch)
tree6c5e04250162690b77e9e74669a8d0f8783d8b4c /PKGBUILD
parent98bd8a1530367330604aa4ca9d4d0b52d6454074 (diff)
downloadaur-ded6c9ddf6b59f296203d229da854f67fccdf736.tar.gz
Changed nvidia-settings dep to nvidia-utils
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5495ee72235..825b1d9cfdde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=gmonitor-git
_pkgbasename=gmonitor
-pkgver=r19.e8f406c
+pkgver=v1.2.r5.geace4da
pkgrel=1
pkgdesc="NVIDIA GPU real-time monitoring program (core, VRAM, PCI-E & memory bus usage and temperature of GPUs)"
arch=('i686' 'x86_64')
url="https://github.com/mountassir/gmonitor"
license=('GPL')
-depends=('nvidia-settings')
+depends=('nvidia-utils')
makedepends=('git')
conflicts=('gmonitor')
source=('gmonitor::git+https://github.com/mountassir/gmonitor.git#branch=master')