summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].SRCINFO4
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbb0b39b2224..d391902ef3e4 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mosh-git
pkgdesc = Mobile shell, surviving disconnects with local echo and line editing, development version
- pkgver = 20150728
+ pkgver = 20191002
pkgrel = 1
url = http://mosh.mit.edu/
arch = i686
@@ -17,7 +17,7 @@ pkgbase = mosh-git
depends = libutempter
optdepends = perl-io-socket-ip: for IPv6 support
conflicts = mosh
- source = git+https://github.com/keithw/mosh.git
+ source = git+https://github.com/mobile-shell/mosh.git
md5sums = SKIP
pkgname = mosh-git
diff --git a/PKGBUILD b/PKGBUILD
index 7556a1a4f282..15cca3ca03d3 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: ava1ar <mail(at)ava1ar(dot)me>
pkgname=mosh-git
-pkgver=20150728
+pkgver=20191002
pkgrel=1
pkgdesc="Mobile shell, surviving disconnects with local echo and line editing, development version"
arch=('i686' 'x86_64' 'arm')
@@ -12,7 +12,7 @@ depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 'libutempter
makedepends=('git')
optdepends=('perl-io-socket-ip: for IPv6 support')
conflicts=('mosh')
-source=('git+https://github.com/keithw/mosh.git')
+source=('git+https://github.com/mobile-shell/mosh.git')
md5sums=('SKIP')
pkgver() {