wiki-tui: update time-rs for rust 1.80
This commit is contained in:
parent
6864a8b6cc
commit
80fbe8d463
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wiki-tui'
|
||||
pkgname=wiki-tui
|
||||
version=0.8.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="openssl-devel"
|
||||
|
@ -13,6 +13,10 @@ changelog="https://github.com/Builditluc/wiki-tui/raw/main/CHANGELOG.md"
|
|||
distfiles="https://github.com/Builditluc/wiki-tui/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=408bc8eb928e3a9b8d0c59ac2aa160c101b1e978e1a95eb751585f54087dfe62
|
||||
|
||||
post_patch() {
|
||||
cargo update --package time@0.3.22 --precise 0.3.35
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
||||
|
|
Loading…
Reference in New Issue