summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim2015-07-02 11:50:26 +0200
committerJörg Thalheim2015-07-02 11:51:00 +0200
commit333c7da33a6a7c5708582f01f9d5854f1ace45c2 (patch)
treeeeb0f97e6059b70b160e69d426096adbbc089cd0
parenta2e70a32c5c053659e56df0cc3a7883c6bf2800d (diff)
downloadaur-333c7da33a6a7c5708582f01f9d5854f1ace45c2.tar.gz
branch is now refactored by different github user
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78d56c7335d7..41860e1a16dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mosh-sshagent-git
pkgdesc = Mobile shell with support for ssh-agent-forwarding and out-of-band
- pkgver = 20150210
+ pkgver = 20150702
pkgrel = 1
url = http://mosh.mit.edu/
arch = i686
@@ -20,7 +20,7 @@ pkgbase = mosh-sshagent-git
optdepends = vte3-mosh-fix: to work properly in vte3
conflicts = mosh
conflicts = mosh-git
- source = git+https://github.com/kevinr/mosh.git#branch=kevinr-ssh-agent-forwarding
+ source = git+https://github.com/rinne/mosh.git#branch=ssh-agent-forwarding-ng
md5sums = SKIP
pkgname = mosh-sshagent-git
diff --git a/PKGBUILD b/PKGBUILD
index c0636c0f7922..e6b524da1a2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: ava1ar <mail(at)ava1ar(dot)me>
pkgname=mosh-sshagent-git
-pkgver=20150210
+pkgver=20150702
pkgrel=1
pkgdesc="Mobile shell with support for ssh-agent-forwarding and out-of-band"
arch=('i686' 'x86_64' 'arm')
@@ -14,7 +14,7 @@ optdepends=('perl-io-socket-ip: for IPv6 support'
'vte-mosh-fix: to work properly in vte'
'vte3-mosh-fix: to work properly in vte3')
conflicts=('mosh' 'mosh-git')
-source=('git+https://github.com/kevinr/mosh.git#branch=kevinr-ssh-agent-forwarding')
+source=('git+https://github.com/rinne/mosh.git#branch=ssh-agent-forwarding-ng')
md5sums=('SKIP')
pkgver() {
@@ -32,5 +32,6 @@ build() {
package() {
cd "${srcdir}/mosh"
make DESTDIR="${pkgdir}" install
- rmdir "${pkgdir}/usr/etc"
+ install -Dm644 "conf/bash-completion/completions/mosh" \
+ "$pkgdir/usr/share/bash-completion/completions/mosh"
}