File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ url="https://github.com/max-niederman/ttyper/"
7
7
arch=" all"
8
8
license=" MIT"
9
9
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
+ "
11
13
12
14
prepare () {
13
15
default_prepare
@@ -29,4 +31,5 @@ package() {
29
31
30
32
sha512sums="
31
33
ee21ec8a5d6c9b0d066d881de8f1170ad7a57a12329b66da51283f68a24002309d846e7206170e7d85cce3078c12bc425b656dae7f0043b8141e16e3b4c96931 ttyper-1.5.0.tar.gz
34
+ 8393f46e6c9064e7669f2ad53a22381d2db92410da8cd1cff9f6055eeb0a9306facc88661b88c3b434e128828683073204fca827ae86e2296a5257234c6e0c5c cargo-update.patch
32
35
"
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments