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 }