summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim2017-01-11 14:44:05 +0000
committerJörg Thalheim2017-01-11 15:03:06 +0000
commit12f42a65bd703aa8f725bf6daaa34d6d1951ef7a (patch)
treeb8eb5e7f0026bff132b5160678b433c2e800ea54
parent2b36c6f248861216cadb9a6f8bce076e612b79dc (diff)
downloadaur-12f42a65bd703aa8f725bf6daaa34d6d1951ef7a.tar.gz
cleanup optional dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 442e6d2895e8..58a29167a3fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 15:45:07 UTC 2015
+# Wed Jan 11 15:02:57 UTC 2017
pkgbase = mosh-sshagent-git
pkgdesc = Mobile shell with support for ssh-agent-forwarding and out-of-band
- pkgver = 20151128
+ pkgver = 20170108
pkgrel = 1
url = http://mosh.mit.edu/
arch = i686
@@ -18,8 +18,6 @@ pkgbase = mosh-sshagent-git
depends = perl-io-tty
depends = libutempter
optdepends = perl-io-socket-ip: for IPv6 support
- optdepends = vte-mosh-fix: to work properly in vte
- optdepends = vte3-mosh-fix: to work properly in vte3
conflicts = mosh
conflicts = mosh-git
source = git+https://github.com/rinne/mosh.git#branch=agent-forwarding-merge-20151128
diff --git a/PKGBUILD b/PKGBUILD
index f79a2d46304a..51582ba17f11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,7 @@ url="http://mosh.mit.edu/"
license=('GPL3')
depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 'libutempter')
makedepends=('git')
-optdepends=('perl-io-socket-ip: for IPv6 support'
- 'vte-mosh-fix: to work properly in vte'
- 'vte3-mosh-fix: to work properly in vte3')
+optdepends=('perl-io-socket-ip: for IPv6 support')
conflicts=('mosh' 'mosh-git')
source=('git+https://github.com/rinne/mosh.git#branch=agent-forwarding-merge-20151128')
md5sums=('SKIP')