summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3718ef2dfb95..c18f6b81fd75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = zenith
pkgdesc = Terminal system monitor with histograms, written in Rust
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bvaisvil/zenith
arch = x86_64
license = MIT
makedepends = cargo
+ makedepends = llvm
+ makedepends = clang
optdepends = nvidia-utils
provides = zenith
conflicts = zenith-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9b0b2087837f..8afe870a602c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=zenith
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="Terminal system monitor with histograms, written in Rust"
arch=('x86_64')
url="https://github.com/bvaisvil/zenith"
license=('MIT')
-makedepends=('cargo')
+makedepends=('cargo' 'llvm' 'clang')
optdepends=('nvidia-utils')
provides=('zenith')
conflicts=('zenith-bin')