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
7 changes: 6 additions & 1 deletion srcpkgs/git-brws/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'git-brws'
pkgname=git-brws
version=0.11.12
revision=2
revision=3
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel"
Expand All @@ -11,10 +11,15 @@ license="MIT"
homepage="https://rhysd.github.io/git-brws/"
distfiles="https://github.com/rhysd/git-brws/archive/v${version}.tar.gz"
checksum=3a4bbf93f0b16562260ca66c2b60c655d5bfc690d0229d11757be76d95cb81c5
# Tests require git checkout and partially also GitHub tokens
make_check=no

pre_build() {
# fixes an indexmap error when cross compiling
cargo update --package autocfg:1.0.1 --precise 1.1.0

# fixes compilation on Rust 1.64 and higher
cargo update --package socket2:0.3.15 --precise 0.3.16
}

post_install() {
Expand Down