Skip to content

Commit

Permalink
wiki-tui: update time-rs for rust 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
ethamck authored and abenson committed Jul 28, 2024
1 parent 6864a8b commit 80fbe8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion srcpkgs/wiki-tui/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

Expand Down

0 comments on commit 80fbe8d

Please sign in to comment.