mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
codeberg-cli: update to 0.4.3
This commit is contained in:
parent
ecb4ed98f2
commit
d758b7ee66
2 changed files with 22 additions and 5 deletions
13
srcpkgs/codeberg-cli/patches/downgrade-git2.patch
Normal file
13
srcpkgs/codeberg-cli/patches/downgrade-git2.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git a/Cargo.toml b/Cargo.toml
|
||||||
|
index ea57a6d..16d7a4e 100644
|
||||||
|
--- a/Cargo.toml
|
||||||
|
+++ b/Cargo.toml
|
||||||
|
@@ -47,7 +47,7 @@ url = "2.5"
|
||||||
|
webbrowser = "1.0"
|
||||||
|
|
||||||
|
forgejo-api = "0.3"
|
||||||
|
-git2 = "0.19"
|
||||||
|
+git2 = "0.18"
|
||||||
|
|
||||||
|
[dev-dependencies]
|
||||||
|
insta = "1.34"
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'codeberg-cli'
|
# Template file for 'codeberg-cli'
|
||||||
pkgname=codeberg-cli
|
pkgname=codeberg-cli
|
||||||
version=0.4.2
|
version=0.4.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -9,10 +9,14 @@ makedepends="libgit2-devel openssl-devel"
|
||||||
short_desc="CLI Tool for Codeberg similar to gh and glab"
|
short_desc="CLI Tool for Codeberg similar to gh and glab"
|
||||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||||
license="AGPL-3.0-or-later"
|
license="AGPL-3.0-or-later"
|
||||||
homepage="https://codeberg.org/RobWalt/codeberg-cli"
|
homepage="https://codeberg.org/Aviac/codeberg-cli"
|
||||||
changelog="https://codeberg.org/RobWalt/codeberg-cli/raw/branch/main/CHANGELOG.md"
|
changelog="https://codeberg.org/Aviac/codeberg-cli/raw/branch/main/CHANGELOG.md"
|
||||||
distfiles="https://codeberg.org/RobWalt/codeberg-cli/archive/v${version}.tar.gz"
|
distfiles="https://codeberg.org/Aviac/codeberg-cli/archive/v${version}.tar.gz"
|
||||||
checksum=1b18eba65e62cf795b955dfd95d8bddb3827833628d27641c88252291f02428c
|
checksum=cf439a53846c93adf51bc0911da7489e59828b5be6ad0e50cecd4312e36c52b4
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
cargo update --package git2@0.19.0 --precise 0.18.3
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue