Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/nnn/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'nnn'
pkgname=nnn
version=5.1
version=5.2
revision=1
build_style=gnu-makefile
make_install_target="install install-desktop"
Expand All @@ -12,7 +12,7 @@ license="BSD-2-Clause"
homepage="https://github.com/jarun/nnn"
changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG"
distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
checksum=9faaff1e3f5a2fd3ed570a83f6fb3baf0bfc6ebd6a9abac16203d057ac3fffe3
checksum=f166eda5093ac8dcf8cbbc6224123a32c53cf37b82c5c1cb48e2e23352754030

if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-fts-devel"
Expand Down