Skip to content

Commit 12bc7d9

Browse files
CelesteCeleste
authored andcommitted
testing/ttyper: restore deleted patch
this patch still applies, and is needed for Loongarch compatibility it has been submitted upstream but is not included in version 1.5.0: max-niederman/ttyper#128
1 parent 0682a19 commit 12bc7d9

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

testing/ttyper/APKBUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ url="https://github.com/max-niederman/ttyper/"
77
arch="all"
88
license="MIT"
99
makedepends="cargo cargo-auditable"
10-
source="https://github.com/max-niederman/ttyper/archive/refs/tags/v$pkgver/ttyper-$pkgver.tar.gz"
10+
source="https://github.com/max-niederman/ttyper/archive/refs/tags/v$pkgver/ttyper-$pkgver.tar.gz
11+
cargo-update.patch
12+
"
1113

1214
prepare() {
1315
default_prepare
@@ -29,4 +31,5 @@ package() {
2931

3032
sha512sums="
3133
ee21ec8a5d6c9b0d066d881de8f1170ad7a57a12329b66da51283f68a24002309d846e7206170e7d85cce3078c12bc425b656dae7f0043b8141e16e3b4c96931 ttyper-1.5.0.tar.gz
34+
8393f46e6c9064e7669f2ad53a22381d2db92410da8cd1cff9f6055eeb0a9306facc88661b88c3b434e128828683073204fca827ae86e2296a5257234c6e0c5c cargo-update.patch
3235
"

testing/ttyper/cargo-update.patch

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
diff --git a/Cargo.lock b/Cargo.lock
2+
index 8ab2cc3..ce2e940 100644
3+
--- a/Cargo.lock
4+
+++ b/Cargo.lock
5+
@@ -269,9 +269,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
6+
7+
[[package]]
8+
name = "libc"
9+
-version = "0.2.153"
10+
+version = "0.2.155"
11+
source = "registry+https://github.com/rust-lang/crates.io-index"
12+
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
13+
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
14+
15+
[[package]]
16+
name = "libredox"

0 commit comments

Comments
 (0)