summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 642c64403992..b9c9d88f77eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Tue Sep 19 10:33:57 UTC 2017
pkgbase = gmonitor-git
pkgdesc = NVIDIA GPU real-time monitoring program (core, VRAM, PCI-E & memory bus usage and temperature of GPUs)
- pkgver = r19.e8f406c
+ pkgver = v1.2.r5.geace4da
pkgrel = 1
url = https://github.com/mountassir/gmonitor
arch = i686
arch = x86_64
license = GPL
makedepends = git
- depends = nvidia-settings
+ depends = nvidia-utils
conflicts = gmonitor
source = gmonitor::git+https://github.com/mountassir/gmonitor.git#branch=master
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f5495ee72235..cf4d07ad00b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Dmitry Kharitonov <darksab0r at gmail com>
+# Maintainer: Dmitry Kharitonov <arch[at]nano-model[dot]com>
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')