delta: update to 0.12.1, restore cross
This commit is contained in:
parent
64a31bf6cc
commit
48fa12c717
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'delta'
|
# Template file for 'delta'
|
||||||
pkgname=delta
|
pkgname=delta
|
||||||
version=0.11.3
|
version=0.12.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
checkdepends="git"
|
checkdepends="git"
|
||||||
@ -9,9 +9,12 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/dandavison/delta"
|
homepage="https://github.com/dandavison/delta"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=cf68f43d4d26c10551c0137a7e718719958e52267d83f29a8f7794af12095b9e
|
checksum=1b97998841305909638008bd9fa3fca597907cb23830046fd2e610632cdabba3
|
||||||
make_check=no # TODO: Re-enable checks when Rust gets updated
|
|
||||||
nocross=yes # fails with current rust
|
post_patch() {
|
||||||
|
# fixes an indexmap error when cross compiling
|
||||||
|
cargo update --package autocfg --precise 1.1.0
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user