File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,20 @@ makedepends=(git)
11
11
conflicts=(mosh)
12
12
provides=(mosh)
13
13
options=(! emptydirs)
14
- source=(" git+https://github.com/mobile-shell/mosh" )
15
- sha512sums=(' SKIP' )
14
+ source=(" git+https://github.com/mobile-shell/mosh"
15
+ https://github.com/mobile-shell/mosh/pull/1167.patch)
16
+ sha512sums=(' SKIP' 9cdc30c0c0d63a4ce72dfebbcc2b94d9cad8a139ac26f6df4d8e8ea082cef702ccc81204fd85de813eb66c3daad50dd84f5d3c450d667117ac12b8b22b160b8b)
16
17
17
18
pkgver () {
18
19
cd " $srcdir /mosh"
19
20
git describe | sed -E ' s/([^-]*-g)/r\1/;s/-/./g;s/^mosh\.//'
20
21
}
21
22
23
+ prepare () {
24
+ cd " $srcdir /mosh"
25
+ patch -Np1 < ../1167.patch
26
+ }
27
+
22
28
build () {
23
29
cd " $srcdir /mosh"
24
30
./autogen.sh
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ update_on:
4
4
- source : github
5
5
github : mobile-shell/mosh
6
6
- alias : protobuf
7
+ - source : manual
8
+ manual : 1
You can’t perform that action at this time.
0 commit comments