Skip to content

Commit

Permalink
htop: cleanup, relbump
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 25, 2023
1 parent 3ebaee9 commit 8c7bf62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion htop/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

name=htop
version=3.2.2
release=1
release=2
source=https://github.com/htop-dev/htop/archive/$version/htop-$version.tar.gz

build() {
Expand All @@ -20,4 +20,7 @@ build() {

make V=1
make DESTDIR=$PKG install

# remove i18n entries
sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/htop.desktop
}

0 comments on commit 8c7bf62

Please sign in to comment.