1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

testing/macchina: upgrade to 6.4.0 && enable on loongarch64

This commit is contained in:
DWwanghao 2025-06-25 11:22:54 +08:00
parent a36e1dbbf2
commit 0f828083d8
2 changed files with 5 additions and 37 deletions

View file

@ -1,21 +1,18 @@
# Contributor: Jakub Panek <me@panekj.dev>
# Maintainer: Dominika Liberda <ja@sdomi.pl>
pkgname=macchina
pkgver=6.1.8
pkgrel=1
pkgver=6.4.0
pkgrel=0
pkgdesc="System information fetcher, with an (unhealthy) emphasis on performance"
url="https://github.com/Macchina-CLI/macchina"
# arm: needs https://github.com/Macchina-CLI/libmacchina/commit/1afd21de2d38b82cb2821259e260fcfc8d0cabc0
# s390x and riscv64 blocked by cargo
# loongarch64: linux-raw-sys crate fails to build
arch="all !armhf !armv7 !x86 !s390x !riscv64 !loongarch64"
arch="all !armhf !armv7 !x86 !s390x !riscv64"
license="MIT"
makedepends="cargo sqlite-dev cargo-auditable"
options="net"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/Macchina-CLI/macchina/archive/refs/tags/v$pkgver.tar.gz
update-getrandom.patch
"
source="$pkgname-$pkgver.tar.gz::https://github.com/Macchina-CLI/macchina/archive/refs/tags/v$pkgver.tar.gz"
prepare() {
@ -41,6 +38,5 @@ package() {
}
sha512sums="
e91c21497745e3317c811b0edbf004087989fbd1053cb5d63c9e802e5508dec104bb0834d1719c557a45aac2870c4605d00922e0505846a414af0db93d037349 macchina-6.1.8.tar.gz
451cf4c8b4ae1663f743bdf669fee32052b3a206f133fec2c3fc9222e0b7308fc7ae51ff0174411de4b8cd5859055dbc43d7be5d2a1e68f688412b673d9deb53 update-getrandom.patch
07babab97a6909e899e0cb6d6e4cbe331cf9b500604707086dad4a451491e0b117ad5a595e882925fe588e9119165fc4c1bc174045308ee0c084f58ebd0fb159 macchina-6.4.0.tar.gz
"

View file

@ -1,28 +0,0 @@
diff --git a/Cargo.lock b/Cargo.lock
index b46a184..1b8ccf7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -531,9 +531,9 @@ dependencies = [
[[package]]
name = "getrandom"
-version = "0.2.7"
+version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
+checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if 1.0.0",
"libc",
@@ -706,9 +706,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.139"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libgit2-sys"