Skip to content
Open
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
5 changes: 3 additions & 2 deletions srcpkgs/just/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'just'
pkgname=just
version=1.48.1
version=1.51.0
revision=1
build_style=cargo
build_helper=qemu
Expand All @@ -12,11 +12,12 @@ license="CC0-1.0"
homepage="https://github.com/casey/just"
changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md"
distfiles="https://github.com/casey/just/archive/refs/tags/${version}.tar.gz"
checksum=290bb320b36ca118b8a8da6271660c941a8b0888b943de22e8238286e2312554
checksum=ed424dcf55ec08e22a0c58f6cfb7333573775d69dac3802bf0c1d96f7557089d

# Fix failing test
pre_check() {
export USER=void
export XDG_RUNTIME_DIR=/tmp
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

}

post_install() {
Expand Down