testing/pastel: upgrade to 0.10.0

This commit is contained in:
Celeste 2024-09-08 03:42:01 +00:00 committed by J0WI
parent 3148736fdd
commit 99a7641141
2 changed files with 4 additions and 23 deletions

View file

@ -1,16 +1,14 @@
# Contributor: Joe Searle <joe@jsearle.net>
# Maintainer: Joe Searle <joe@jsearle.net>
pkgname=pastel
pkgver=0.9.0
pkgrel=3
pkgver=0.10.0
pkgrel=0
pkgdesc="A command-line tool to generate, analyze, convert and manipulate colors"
url="https://github.com/sharkdp/pastel"
arch="all !s390x !riscv64" # rust/cargo
license="Apache-2.0"
makedepends="rust cargo cargo-auditable"
source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/pastel/archive/v$pkgver.tar.gz
update-rust-libc.patch
"
source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/pastel/archive/v$pkgver.tar.gz"
subpackages="
$pkgname-bash-completion
$pkgname-zsh-completion
@ -40,6 +38,5 @@ package() {
}
sha512sums="
b1dc85062429ca8acda14bec88dcb6057643c1e999582c7e1595ca730312fc8164c558c7459e754cb934a0a1f53ccd8fc542a4ab28dfe05f2f023d223384c464 pastel-0.9.0.tar.gz
62ce88a4af1466bf1ade0124c47d33254056c1513aff85142629f6404b034ebd62bcf69368c85e32b2c918ab69447e050d8a475f0e605e4b0e6c40832a3bfa6d update-rust-libc.patch
1e79d964564346219e6170b37dba19cdf85b7245cd4e6640860339606da3237bec1cc1c67a909e03b979b168e72ecf6490a681bb3562302a9227d1a9bfc5e9f2 pastel-0.10.0.tar.gz
"

View file

@ -1,16 +0,0 @@
diff --git a/Cargo.lock b/Cargo.lock
index 10fc55f..7393157 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -337,9 +337,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.126"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "log"