From d14dfde9714f042074c43e7a60cf2caf444d0ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sun, 2 Apr 2023 16:22:43 +0200 Subject: [PATCH] bottom: update to 0.8.0. --- srcpkgs/bottom/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bottom/template b/srcpkgs/bottom/template index 4721e6d6073b..5f613bf1ae8e 100644 --- a/srcpkgs/bottom/template +++ b/srcpkgs/bottom/template @@ -1,6 +1,6 @@ # Template file for 'bottom' pkgname=bottom -version=0.6.8 +version=0.8.0 revision=1 build_style=cargo short_desc="Yet another cross-platform graphical process/system monitor" @@ -9,7 +9,11 @@ license="MIT" homepage="https://github.com/ClementTsang/bottom" changelog="https://raw.githubusercontent.com/ClementTsang/bottom/master/CHANGELOG.md" distfiles="https://github.com/ClementTsang/bottom/archive/${version}.tar.gz" -checksum=4e4eb251972a7af8c46dd36bcf1335fea334fb670569434fbfd594208905b2d9 +checksum=0fe6a826d18570ab33b2af3b26ce28c61e3aa830abb2b622f2c3b81da802437a + +pre_build() { + export BTM_GENERATE=true +} post_install() { vdoc README.md