diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-04 06:32:03 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-11 06:58:57 +0000 |
commit | 6ff98ded2034f0d3003f264a102529e3d80b8e64 (patch) | |
tree | b749a28b7231d5ede945372461b5623dca58bd6b /main/mosh/APKBUILD | |
parent | 52f7110888c937865c96a80d97c4dfcc6c31732d (diff) | |
download | aports-6ff98ded2034f0d3003f264a102529e3d80b8e64.tar.bz2 aports-6ff98ded2034f0d3003f264a102529e3d80b8e64.tar.xz |
Rebuild for protobuf-3.9.1
Diffstat (limited to 'main/mosh/APKBUILD')
-rw-r--r-- | main/mosh/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/mosh/APKBUILD b/main/mosh/APKBUILD index 1f80d448e6..4cc59d49f0 100644 --- a/main/mosh/APKBUILD +++ b/main/mosh/APKBUILD @@ -4,6 +4,7 @@ pkgname=mosh pkgver=1.3.2 pkgrel=10 pkgdesc="Mobile shell surviving disconnects with local echo and line editing" +options="!check" # emulation-cursor-motion.test fails url="https://mosh.org" arch="all" license="GPL-3.0-or-later" |