From 167647a031a858a62aaa932b72419d6256d5d0d4 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 14 Aug 2024 23:01:55 -0400 Subject: [PATCH] pkgtop: update to 2.5.1. --- srcpkgs/pkgtop/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/pkgtop/template b/srcpkgs/pkgtop/template index 72a5895b225..c67b7ab1e54 100644 --- a/srcpkgs/pkgtop/template +++ b/srcpkgs/pkgtop/template @@ -1,18 +1,17 @@ # Template file for 'pkgtop' pkgname=pkgtop -version=2.4 -revision=3 +version=2.5.1 +revision=1 build_style=go go_import_path="github.com/orhun/pkgtop" -go_package="${go_import_path}/src" -hostmakedepends="git" +go_package="$go_import_path/cmd/..." short_desc="Interactive package manager and resource monitor" maintainer="Kyle Nusbaum " license="GPL-3.0-or-later" homepage="https://github.com/orhun/pkgtop" distfiles="https://github.com/orhun/pkgtop/archive/${version}.tar.gz" -checksum=8730516d14524e696f11b56ae3158f9a1853d620b27c5f960b9b6a4f6aedb2df +checksum=3d8f1cd812fd2243fbf749ab03201bb86b9967cefd5d58cea456cdfcccfd416e post_install() { - mv ${DESTDIR}/usr/bin/{src,pkgtop} + mv ${DESTDIR}/usr/bin/{cmd,pkgtop} }