[arch-commits] Commit in mosh/repos (3 files)
Gaëtan Bisson
bisson at archlinux.org
Fri Sep 14 07:25:33 UTC 2018
Date: Friday, September 14, 2018 @ 07:25:32
Author: bisson
Revision: 380803
db-move: moved mosh from [community-testing] to [community] (x86_64)
Added:
mosh/repos/community-x86_64/PKGBUILD
(from rev 380802, mosh/repos/community-testing-x86_64/PKGBUILD)
Deleted:
mosh/repos/community-testing-x86_64/
mosh/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 34 ----------------------------------
2 files changed, 34 insertions(+), 34 deletions(-)
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2018-09-14 07:25:31 UTC (rev 380802)
+++ community-x86_64/PKGBUILD 2018-09-14 07:25:32 UTC (rev 380803)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Christian Neukirchen <chneukirchen at gmail.com>
-# Contributor: Thomas Weißschuh <thomas_weissschuh at lavabit.com>
-
-pkgname=mosh
-pkgver=1.3.2
-pkgrel=5
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64')
-url='https://mosh.org/'
-license=('GPL3')
-depends=('libutempter' 'openssl' 'perl-io-tty' 'protobuf')
-makedepends=('git')
-options=('!emptydirs')
-source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver")
-sha512sums=('SKIP')
-
-build() {
- cd "$pkgname"
-
- ./autogen.sh
- ./configure --prefix=/usr --enable-ufw --sysconfdir=/etc
- make
-}
-
-package() {
- DESTDIR="$pkgdir" make -C "$pkgname" 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:
Copied: mosh/repos/community-x86_64/PKGBUILD (from rev 380802, mosh/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2018-09-14 07:25:32 UTC (rev 380803)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Christian Neukirchen <chneukirchen at gmail.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh at lavabit.com>
+
+pkgname=mosh
+pkgver=1.3.2
+pkgrel=6
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=('x86_64')
+url='https://mosh.org/'
+license=('GPL3')
+depends=('libutempter' 'openssl' 'perl-io-tty' 'protobuf')
+makedepends=('git')
+options=('!emptydirs')
+source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver")
+sha512sums=('SKIP')
+
+build() {
+ cd "$pkgname"
+
+ ./autogen.sh
+ ./configure --prefix=/usr --enable-ufw --sysconfdir=/etc
+ make
+}
+
+package() {
+ DESTDIR="$pkgdir" make -C "$pkgname" 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