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
8 changes: 6 additions & 2 deletions srcpkgs/gitui/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'gitui'
pkgname=gitui
version=0.19.0
version=0.20.1
revision=1
build_style=cargo
hostmakedepends="pkg-config python3"
Expand All @@ -11,7 +11,11 @@ license="MIT"
homepage="https://github.com/extrawurst/gitui"
changelog="https://github.com/extrawurst/gitui/blob/master/CHANGELOG.md"
distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
checksum=bcbffb592a5ae49658c79ac7b0daefe4bac3d2b988fdbaf0e868b8c308962f0d
checksum=eccec120dfd4c5c33a74d331a53f3d0c6cb7200e26b0c4c7873278eb951bc379

post_patch() {
cargo update --package autocfg --precise 1.1.0
}

post_install() {
vlicense LICENSE.md
Expand Down