diff --git a/srcpkgs/slurm/template b/srcpkgs/slurm/template index 64ade843fc..c75b8ea1a6 100644 --- a/srcpkgs/slurm/template +++ b/srcpkgs/slurm/template @@ -1,22 +1,19 @@ # Template file for 'slurm' pkgname=slurm -version=0.4.3 -revision=5 +version=0.4.4 +revision=1 wrksrc="${pkgname}-upstream-${version}" -build_style="cmake" +build_style="meson" makedepends="ncurses-devel" short_desc="Yet another network load monitor" maintainer="Leah Neukirchen " license="GPL-2.0-or-later" homepage="https://github.com/mattthias/slurm" distfiles="https://github.com/mattthias/slurm/archive/upstream/${version}.tar.gz" -checksum=b960c0d215927be1d02c176e1b189321856030226c91f840284886b727d3a3ac +checksum=2f846c9aa16f86cc0d3832c5cd1122b9d322a189f9e6acf8e9646dee12f9ac02 post_patch() { vsed -i '//d' os.h vsed -i 's,,,g' os.h vsed -i 's,,,g' os.h } -post_install() { - vman slurm.1 -}