mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rio: update to 0.0.37
This commit is contained in:
parent
89b0ef9953
commit
56553b2747
2 changed files with 15 additions and 2 deletions
13
srcpkgs/rio/patches/drop-rust-version-patch.patch
Normal file
13
srcpkgs/rio/patches/drop-rust-version-patch.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git a/Cargo.toml b/Cargo.toml
|
||||||
|
index 39c0305..fb19292 100644
|
||||||
|
--- a/Cargo.toml
|
||||||
|
+++ b/Cargo.toml
|
||||||
|
@@ -16,7 +16,7 @@ authors = ["Raphael Amorim <rapha850@gmail.com>"]
|
||||||
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
|
keywords = ["graphics", "terminal"]
|
||||||
|
-rust-version = "1.77.2"
|
||||||
|
+rust-version = "1.77"
|
||||||
|
repository = "https://github.com/raphamorim/rio"
|
||||||
|
homepage = "https://raphamorim.io/rio"
|
||||||
|
documentation = "https://github.com/raphamorim/rio#readme"
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rio'
|
# Template file for 'rio'
|
||||||
pkgname=rio
|
pkgname=rio
|
||||||
version=0.0.36
|
version=0.0.37
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path rio"
|
make_install_args="--path rio"
|
||||||
|
@ -13,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://raphamorim.io/rio/"
|
homepage="https://raphamorim.io/rio/"
|
||||||
changelog="https://raw.githubusercontent.com/raphamorim/rio/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/raphamorim/rio/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=0c179c16cee7874e1b5f3c56d63ad6949786650c45977a461aee0bcf9f748327
|
checksum=e78a4dceb1ba4f1c3b3d1fadd16f73861a3afb419607a04b27dd9a83dc95a238
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# avoid doing a rebuild in install due to complex feature setup
|
# avoid doing a rebuild in install due to complex feature setup
|
||||||
|
|
Loading…
Add table
Reference in a new issue