[arch-commits] Commit in mosh/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Fri Jul 21 13:59:45 UTC 2017
Date: Friday, July 21, 2017 @ 13:59:45
Author: arodseth
Revision: 245932
archrelease: copy trunk to community-x86_64, community-i686
Added:
mosh/repos/community-i686/PKGBUILD
(from rev 245931, mosh/trunk/PKGBUILD)
mosh/repos/community-x86_64/PKGBUILD
(from rev 245931, mosh/trunk/PKGBUILD)
Deleted:
mosh/repos/community-i686/PKGBUILD
mosh/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 33 --------------------
community-x86_64/PKGBUILD | 33 --------------------
3 files changed, 70 insertions(+), 66 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-07-21 13:59:33 UTC (rev 245931)
+++ community-i686/PKGBUILD 2017-07-21 13:59:45 UTC (rev 245932)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Christian Neukirchen <chneukirchen at gmail.com>
-# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit.com>
-
-pkgname=mosh
-pkgver=1.3.0
-pkgrel=4
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64' 'i686')
-url='https://mosh.org/'
-license=('GPL3')
-depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 'libutempter')
-source=("https://mosh.org/$pkgname-$pkgver.tar.gz")
-sha256sums=('320e12f461e55d71566597976bd9440ba6c5265fa68fbf614c6f1c8401f93376')
-options=('!emptydirs')
-
-build() {
- cd "$pkgname-$pkgver"
-
- ./autogen.sh
- ./configure --prefix=/usr
- make
-}
-
-package() {
- make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
- install -Dm644 "$pkgname-$pkgver/conf/bash-completion/completions/$pkgname" \
- "$pkgdir/usr/share/bash-completion/completions/$pkgname"
-}
-
-# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
-# vim: ts=2 sw=2 et:
Copied: mosh/repos/community-i686/PKGBUILD (from rev 245931, mosh/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-21 13:59:45 UTC (rev 245932)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Christian Neukirchen <chneukirchen at gmail.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit.com>
+
+pkgname=mosh
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=('x86_64' 'i686')
+url='https://mosh.org/'
+license=('GPL3')
+depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl-io-tty' 'libutempter')
+makedepends=('git')
+options=('!emptydirs')
+source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver")
+sha256sums=('SKIP')
+
+build() {
+ cd "$pkgname"
+
+ ./autogen.sh
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ make -C "$pkgname" DESTDIR="$pkgdir" install
+
+ install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
+ "$pkgdir/usr/share/bash-completion/completions/$pkgname"
+}
+
+# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
+# vim: ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-07-21 13:59:33 UTC (rev 245931)
+++ community-x86_64/PKGBUILD 2017-07-21 13:59:45 UTC (rev 245932)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Christian Neukirchen <chneukirchen at gmail.com>
-# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit.com>
-
-pkgname=mosh
-pkgver=1.3.0
-pkgrel=4
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64' 'i686')
-url='https://mosh.org/'
-license=('GPL3')
-depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 'libutempter')
-source=("https://mosh.org/$pkgname-$pkgver.tar.gz")
-sha256sums=('320e12f461e55d71566597976bd9440ba6c5265fa68fbf614c6f1c8401f93376')
-options=('!emptydirs')
-
-build() {
- cd "$pkgname-$pkgver"
-
- ./autogen.sh
- ./configure --prefix=/usr
- make
-}
-
-package() {
- make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
- install -Dm644 "$pkgname-$pkgver/conf/bash-completion/completions/$pkgname" \
- "$pkgdir/usr/share/bash-completion/completions/$pkgname"
-}
-
-# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
-# vim: ts=2 sw=2 et:
Copied: mosh/repos/community-x86_64/PKGBUILD (from rev 245931, mosh/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-07-21 13:59:45 UTC (rev 245932)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Christian Neukirchen <chneukirchen at gmail.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit.com>
+
+pkgname=mosh
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=('x86_64' 'i686')
+url='https://mosh.org/'
+license=('GPL3')
+depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl-io-tty' 'libutempter')
+makedepends=('git')
+options=('!emptydirs')
+source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver")
+sha256sums=('SKIP')
+
+build() {
+ cd "$pkgname"
+
+ ./autogen.sh
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ make -C "$pkgname" DESTDIR="$pkgdir" install
+
+ install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
+ "$pkgdir/usr/share/bash-completion/completions/$pkgname"
+}
+
+# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list