summaryrefslogtreecommitdiff
path: root/zenith
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-05-31 23:01:49 +0200
committerTim Biermann <tbier@posteo.de>2022-05-31 23:01:49 +0200
commit5944f312d11eac0a0380cc3597dc4e0793aad407 (patch)
tree558e06d86b2d93e19aeb2cbfb98bb3c6817c6709 /zenith
parent0ff3f9e47ab4448fac2ef6c3cb27de4b91be887e (diff)
downloadcontrib-5944f312d11eac0a0380cc3597dc4e0793aad407.tar.gz
contrib-5944f312d11eac0a0380cc3597dc4e0793aad407.tar.xz
zenith: 0.13.0 -> 0.13.1
Diffstat (limited to 'zenith')
-rw-r--r--zenith/.signature6
-rw-r--r--zenith/Pkgfile8
2 files changed, 6 insertions, 8 deletions
diff --git a/zenith/.signature b/zenith/.signature
index 3c937dd8b..b4a1a85f3 100644
--- a/zenith/.signature
+++ b/zenith/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3yroOtCPDoITefKS37Cp5uqMj88/iKj89M+F3ioculHh5w8PKC7sG3i0MoaMtp0Wi6Y/NL3cINcSE0Luy4u4QAA=
-SHA256 (Pkgfile) = 4b9672ed34c61698c73a711b78bbf38c4abe3f3df182dcee19de74c9823dedce
+RWSagIOpLGJF39gNzipWOW9Y1BPK4u1/gL5LcrHY+ruBYn0wlM5Jo58ooQuUV8SW3sK5rSIqYXTY4QP3GYpgadNn8HazzHhrrw0=
+SHA256 (Pkgfile) = d2e816c055fc6ff4e6ba4e9255a253fc3a2884f25852232925c2f33dd421c251
SHA256 (.footprint) = f181f104338754eab73c44388e38839390b832e106fb08b80f45266eaef3ca07
-SHA256 (zenith-0.13.0.tar.gz) = e3f914e5effb842f5931b5b8310e05e90a40f6aff7384b54a9f18a73ba567032
+SHA256 (zenith-0.13.1.tar.gz) = 1f2914a1ddd7dd76cca0e0c07ca77bd048addfd80fc6329ea7b83647ea66020a
diff --git a/zenith/Pkgfile b/zenith/Pkgfile
index dbdd1344c..7e08cc4e1 100644
--- a/zenith/Pkgfile
+++ b/zenith/Pkgfile
@@ -1,11 +1,11 @@
# Description: Terminal system monitor with histograms
# URL: https://github.com/bvaisvil/zenith
# Maintainer: Danny Rawlins, crux at romster dot me
-# Depends on: rust
+# Depends on: clang rust
# Optional: nvidia
name=zenith
-version=0.13.0
+version=0.13.1
release=1
source=(https://github.com/bvaisvil/zenith/archive/$version/$name-$version.tar.gz)
@@ -18,8 +18,6 @@ build() {
prt-get isinst nvidia && PKGMK_ZENITH+=' --features nvidia'
prt-get isinst nvidia-sl && PKGMK_ZENITH+=' --features nvidia'
- cargo update
- cargo fetch
- cargo build --release --locked ${PKGMK_ZENITH}
+ cargo build --release ${PKGMK_ZENITH}
install -Dt $PKG/usr/bin target/release/zenith
}

Generated by cgit