[arch-commits] Commit in mosh/trunk (PKGBUILD)

2020-05-23 Thread Antonio Rojas via arch-commits
Date: Saturday, May 23, 2020 @ 22:02:14
  Author: arojas
Revision: 632650

protobuf 3.12 rebuild

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-23 22:02:01 UTC (rev 632649)
+++ PKGBUILD2020-05-23 22:02:14 UTC (rev 632650)
@@ -4,7 +4,7 @@
 
 pkgname=mosh
 pkgver=1.3.2
-pkgrel=11
+pkgrel=12
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=(x86_64)
 url='https://mosh.org/'


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2019-12-08 Thread Alexander Rødseth via arch-commits
Date: Sunday, December 8, 2019 @ 14:36:06
  Author: arodseth
Revision: 536339

upgpkg: mosh 1.3.2-11

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-08 11:14:59 UTC (rev 536338)
+++ PKGBUILD2019-12-08 14:36:06 UTC (rev 536339)
@@ -4,7 +4,7 @@
 
 pkgname=mosh
 pkgver=1.3.2
-pkgrel=10
+pkgrel=11
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=(x86_64)
 url='https://mosh.org/'


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2019-10-23 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 23, 2019 @ 18:54:42
  Author: jelle
Revision: 518770

upgpkg: mosh 1.3.2-10

protobuf rebuild

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 18:44:01 UTC (rev 518769)
+++ PKGBUILD2019-10-23 18:54:42 UTC (rev 518770)
@@ -4,7 +4,7 @@
 
 pkgname=mosh
 pkgver=1.3.2
-pkgrel=9
+pkgrel=10
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=(x86_64)
 url='https://mosh.org/'


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2019-10-06 Thread Alexander Rødseth via arch-commits
Date: Sunday, October 6, 2019 @ 11:29:06
  Author: arodseth
Revision: 513210

upgpkg: mosh 1.3.2-9

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-06 11:24:52 UTC (rev 513209)
+++ PKGBUILD2019-10-06 11:29:06 UTC (rev 513210)
@@ -4,7 +4,7 @@
 
 pkgname=mosh
 pkgver=1.3.2
-pkgrel=8
+pkgrel=9
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=(x86_64)
 url='https://mosh.org/'
@@ -18,7 +18,7 @@
 build() {
   cd $pkgname
   ./autogen.sh
-  ./configure --prefix=/usr --enable-ufw --sysconfdir=/etc
+  ./configure --enable-ufw --prefix=/usr --sysconfdir=/etc
   make
 }
 


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2019-03-26 Thread Alexander Rødseth via arch-commits
Date: Tuesday, March 26, 2019 @ 10:11:28
  Author: arodseth
Revision: 443547

upgpkg: mosh 1.3.2-8

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-26 10:06:04 UTC (rev 443546)
+++ PKGBUILD2019-03-26 10:11:28 UTC (rev 443547)
@@ -4,20 +4,19 @@
 
 pkgname=mosh
 pkgver=1.3.2
-pkgrel=7
+pkgrel=8
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64')
+arch=(x86_64)
 url='https://mosh.org/'
-license=('GPL3')
-depends=('libutempter' 'openssl' 'perl-io-tty' 'protobuf')
-makedepends=('git')
-options=('!emptydirs')
+license=(GPL3)
+depends=(libutempter openssh 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"
-
+  cd $pkgname
   ./autogen.sh
   ./configure --prefix=/usr --enable-ufw --sysconfdir=/etc
   make
@@ -24,7 +23,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" make -C "$pkgname" install
+  DESTDIR="$pkgdir" make -C $pkgname install
   install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
 "$pkgdir/usr/share/bash-completion/completions/$pkgname"
 }


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2019-03-04 Thread Jan Steffens via arch-commits
Date: Monday, March 4, 2019 @ 22:10:11
  Author: heftig
Revision: 437656

1.3.2-7: protobuf rebuild

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-04 22:07:06 UTC (rev 437655)
+++ PKGBUILD2019-03-04 22:10:11 UTC (rev 437656)
@@ -4,7 +4,7 @@
 
 pkgname=mosh
 pkgver=1.3.2
-pkgrel=6
+pkgrel=7
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64')
 url='https://mosh.org/'


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2018-09-05 Thread Jelle van der Waa via arch-commits
Date: Wednesday, September 5, 2018 @ 14:50:25
  Author: jelle
Revision: 376939

upgpkg: mosh 1.3.2-6

protobuf 3.6.1 rebuild

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-05 14:47:46 UTC (rev 376938)
+++ PKGBUILD2018-09-05 14:50:25 UTC (rev 376939)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.3.2
-pkgrel=5
+pkgrel=6
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64')
 url='https://mosh.org/'


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2018-07-22 Thread Alexander Rødseth via arch-commits
Date: Sunday, July 22, 2018 @ 13:45:32
  Author: arodseth
Revision: 362826

upgpkg: mosh 1.3.2-5

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-22 13:37:00 UTC (rev 362825)
+++ PKGBUILD2018-07-22 13:45:32 UTC (rev 362826)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.3.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64')
 url='https://mosh.org/'


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2018-06-27 Thread Alexander Rødseth via arch-commits
Date: Wednesday, June 27, 2018 @ 12:05:16
  Author: arodseth
Revision: 346334

upgpkg: mosh 1.3.2-4

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 11:57:23 UTC (rev 346333)
+++ PKGBUILD2018-06-27 12:05:16 UTC (rev 346334)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Christian Neukirchen 
-# Contributor: Thomas Weißschuh 
+# Contributor: Thomas Weißschuh 
 
 pkgname=mosh
 pkgver=1.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64')
 url='https://mosh.org/'
 license=('GPL3')
-depends=('libutempter' 'perl-io-tty' 'protobuf')
+depends=('libutempter' 'openssl' 'perl-io-tty' 'protobuf')
 makedepends=('git')
 options=('!emptydirs')
 source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver;)
@@ -20,13 +20,12 @@
   cd "$pkgname"
 
   ./autogen.sh
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-ufw --sysconfdir=/etc
   make
 }
 
 package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-
+  DESTDIR="$pkgdir" make -C "$pkgname" install
   install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
 "$pkgdir/usr/share/bash-completion/completions/$pkgname"
 }


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2017-12-12 Thread Alexander Rødseth via arch-commits
Date: Tuesday, December 12, 2017 @ 09:55:38
  Author: arodseth
Revision: 273973

upgpkg: mosh 1.3.2-3

Modified:
  mosh/trunk/PKGBUILD   (contents, properties)

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-12 09:54:42 UTC (rev 273972)
+++ PKGBUILD2017-12-12 09:55:38 UTC (rev 273973)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# $Id$
 # Maintainer: Alexander F Rødseth 
 # Contributor: Christian Neukirchen 
 # Contributor: Thomas Weißschuh 


Property changes on: mosh/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2017-12-12 Thread Alexander Rødseth via arch-commits
Date: Tuesday, December 12, 2017 @ 09:54:42
  Author: arodseth
Revision: 273972

upgpkg: mosh 1.3.2-3

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-12 08:11:05 UTC (rev 273971)
+++ PKGBUILD2017-12-12 09:54:42 UTC (rev 273972)
@@ -5,12 +5,12 @@
 
 pkgname=mosh
 pkgver=1.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64')
 url='https://mosh.org/'
 license=('GPL3')
-depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl-io-tty' 'libutempter')
+depends=('libutempter' 'perl-io-tty' 'protobuf')
 makedepends=('git')
 options=('!emptydirs')
 source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver;)


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2017-10-18 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 03:35:19
  Author: felixonmars
Revision: 263394

upgpkg: mosh 1.3.2-2

protobuf 3.4.0 rebuild

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 03:35:04 UTC (rev 263393)
+++ PKGBUILD2017-10-19 03:35:19 UTC (rev 263394)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='https://mosh.org/'
@@ -14,7 +14,7 @@
 makedepends=('git')
 options=('!emptydirs')
 source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver;)
-sha256sums=('SKIP')
+sha512sums=('SKIP')
 
 build() {
   cd "$pkgname"


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2017-07-23 Thread Alexander Rødseth
Date: Sunday, July 23, 2017 @ 22:45:25
  Author: arodseth
Revision: 246154

upgpkg: mosh 1.3.2-1

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-23 22:45:05 UTC (rev 246153)
+++ PKGBUILD2017-07-23 22:45:25 UTC (rev 246154)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Weißschuh 
 
 pkgname=mosh
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2017-07-21 Thread Alexander Rødseth
Date: Friday, July 21, 2017 @ 13:59:33
  Author: arodseth
Revision: 245931

upgpkg: mosh 1.3.1-1

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-21 13:48:51 UTC (rev 245930)
+++ PKGBUILD2017-07-21 13:59:33 UTC (rev 245931)
@@ -4,19 +4,20 @@
 # Contributor: Thomas Weißschuh 
 
 pkgname=mosh
-pkgver=1.3.0
-pkgrel=4
+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' 'perl-io-tty' 
'libutempter')
-source=("https://mosh.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('320e12f461e55d71566597976bd9440ba6c5265fa68fbf614c6f1c8401f93376')
+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-$pkgver"
+  cd "$pkgname"
 
   ./autogen.sh
   ./configure --prefix=/usr
@@ -24,8 +25,9 @@
 }
 
 package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgname-$pkgver/conf/bash-completion/completions/$pkgname" \
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+
+  install -Dm644 "$pkgname/conf/bash-completion/completions/$pkgname" \
 "$pkgdir/usr/share/bash-completion/completions/$pkgname"
 }
 


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2017-06-12 Thread Alexander Rødseth
Date: Monday, June 12, 2017 @ 16:21:06
  Author: arodseth
Revision: 236541

upgpkg: mosh 1.3.0-4

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 15:00:45 UTC (rev 236540)
+++ PKGBUILD2017-06-12 16:21:06 UTC (rev 236541)
@@ -5,13 +5,13 @@
 
 pkgname=mosh
 pkgver=1.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
-url='https://mosh.mit.edu/'
+url='https://mosh.org/'
 license=('GPL3')
 depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
-source=("https://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz;)
+source=("https://mosh.org/$pkgname-$pkgver.tar.gz;)
 sha256sums=('320e12f461e55d71566597976bd9440ba6c5265fa68fbf614c6f1c8401f93376')
 options=('!emptydirs')
 
@@ -30,4 +30,4 @@
 }
 
 # getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2017-05-15 Thread Antonio Rojas
Date: Monday, May 15, 2017 @ 20:18:03
  Author: arojas
Revision: 228155

protobuf 3.3.0 rebuild

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-15 20:16:39 UTC (rev 228154)
+++ PKGBUILD2017-05-15 20:18:03 UTC (rev 228155)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='https://mosh.mit.edu/'


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2017-03-28 Thread Jelle van der Waa
Date: Tuesday, March 28, 2017 @ 17:26:41
  Author: jelle
Revision: 219748

upgpkg: mosh 1.3.0-2

openssl 1.1.0 late rebuild

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-28 16:57:55 UTC (rev 219747)
+++ PKGBUILD2017-03-28 17:26:41 UTC (rev 219748)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='https://mosh.mit.edu/'


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2017-03-27 Thread Alexander Rødseth
Date: Monday, March 27, 2017 @ 23:46:42
  Author: arodseth
Revision: 219515

upgpkg: mosh 1.3.0-1

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 23:44:06 UTC (rev 219514)
+++ PKGBUILD2017-03-27 23:46:42 UTC (rev 219515)
@@ -4,15 +4,15 @@
 # Contributor: Thomas Weißschuh 
 
 pkgname=mosh
-pkgver=1.2.6
-pkgrel=4
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
-url='http://mosh.mit.edu/'
+url='https://mosh.mit.edu/'
 license=('GPL3')
 depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
-source=("http://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz;)
-sha256sums=('7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85')
+source=("https://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz;)
+sha256sums=('320e12f461e55d71566597976bd9440ba6c5265fa68fbf614c6f1c8401f93376')
 options=('!emptydirs')
 
 build() {


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2017-01-29 Thread Jelle van der Waa
Date: Sunday, January 29, 2017 @ 19:43:00
  Author: jelle
Revision: 209410

upgpkg: mosh 1.2.6-4

protobuf 3.2.0 rebuild

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-29 19:39:57 UTC (rev 209409)
+++ PKGBUILD2017-01-29 19:43:00 UTC (rev 209410)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.2.6
-pkgrel=3
+pkgrel=4
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2017-01-13 Thread Lukas Fleischer
Date: Friday, January 13, 2017 @ 20:24:44
  Author: lfleischer
Revision: 207275

upgpkg: mosh 1.2.6-3

protobuf 3.1.0 rebuild.

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-13 20:23:33 UTC (rev 207274)
+++ PKGBUILD2017-01-13 20:24:44 UTC (rev 207275)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.2.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2016-11-12 Thread Bartłomiej Piotrowski
Date: Saturday, November 12, 2016 @ 17:33:58
  Author: bpiotrowski
Revision: 195443

upgpkg: mosh 1.2.6-2

rebuild against protobuf 3.0

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-12 17:18:43 UTC (rev 195442)
+++ PKGBUILD2016-11-12 17:33:58 UTC (rev 195443)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2016-08-10 Thread Alexander Rødseth
Date: Thursday, August 11, 2016 @ 00:33:44
  Author: arodseth
Revision: 186375

upgpkg: mosh 1.2.6-1

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 00:25:16 UTC (rev 186374)
+++ PKGBUILD2016-08-11 00:33:44 UTC (rev 186375)
@@ -1,11 +1,11 @@
 # $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Christian Neukirchen 
 # Contributor: Thomas Weißschuh 
 
 pkgname=mosh
-pkgver=1.2.5
-pkgrel=3
+pkgver=1.2.6
+pkgrel=1
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
 source=("http://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz;)
-sha256sums=('1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3')
+sha256sums=('7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85')
 options=('!emptydirs')
 
 build() {
@@ -29,4 +29,5 @@
 "$pkgdir/usr/share/bash-completion/completions/$pkgname"
 }
 
+# getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2015-12-05 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 02:48:12
  Author: foutrelis
Revision: 148743

C++11 ABI rebuild

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 01:47:19 UTC (rev 148742)
+++ PKGBUILD2015-12-06 01:48:12 UTC (rev 148743)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.2.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 22:00:21
  Author: foutrelis
Revision: 139541

ncurses 6.0 rebuild.

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 19:58:27 UTC (rev 139540)
+++ PKGBUILD2015-09-07 20:00:21 UTC (rev 139541)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2015-07-28 Thread Alexander Rødseth
Date: Tuesday, July 28, 2015 @ 13:05:54
  Author: arodseth
Revision: 137549

upgpkg: mosh 1.2.5-1

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 09:51:15 UTC (rev 137548)
+++ PKGBUILD2015-07-28 11:05:54 UTC (rev 137549)
@@ -4,8 +4,8 @@
 # Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
 
 pkgname=mosh
-pkgver=1.2.4
-pkgrel=3
+pkgver=1.2.5
+pkgrel=1
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
 source=(http://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46')
+sha256sums=('1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3')
 options=('!emptydirs')
 
 build() {
@@ -25,7 +25,7 @@
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm644 $pkgname-$pkgver/conf/bash_completion.d/$pkgname \
+  install -Dm644 $pkgname-$pkgver/conf/bash-completion/completions/$pkgname \
 $pkgdir/usr/share/bash-completion/completions/$pkgname
 }
 


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2014-10-04 Thread Bartłomiej Piotrowski
Date: Saturday, October 4, 2014 @ 09:56:09
  Author: bpiotrowski
Revision: 120134

upgpkg: mosh 1.2.4-3

rebuild against protobuf 2.6.0

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-04 03:05:47 UTC (rev 120133)
+++ PKGBUILD2014-10-04 07:56:09 UTC (rev 120134)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'


[arch-commits] Commit in mosh/trunk (PKGBUILD)

2013-12-16 Thread Alexander Rødseth
Date: Monday, December 16, 2013 @ 20:28:33
  Author: arodseth
Revision: 102615

Removing optdep

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-16 19:08:34 UTC (rev 102614)
+++ PKGBUILD2013-12-16 19:28:33 UTC (rev 102615)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'
@@ -13,11 +13,10 @@
 depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
 source=(http://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz;)
 sha256sums=('e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46')
-optdepends=('ufw-extras')
 options=('!emptydirs')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./autogen.sh
   ./configure --prefix=/usr
@@ -25,10 +24,8 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 conf/bash_completion.d/$pkgname \
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm644 $pkgname-$pkgver/conf/bash_completion.d/$pkgname \
 $pkgdir/usr/share/bash-completion/completions/$pkgname
 }
 



[arch-commits] Commit in mosh/trunk (PKGBUILD)

2013-03-28 Thread Alexander Rødseth
Date: Thursday, March 28, 2013 @ 14:48:49
  Author: arodseth
Revision: 87187

upgpkg: mosh 1.2.4-1

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 13:45:33 UTC (rev 87186)
+++ PKGBUILD2013-03-28 13:48:49 UTC (rev 87187)
@@ -4,15 +4,15 @@
 # Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
 
 pkgname=mosh
-pkgver=1.2.3
-pkgrel=5
+pkgver=1.2.4
+pkgrel=1
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'
 license=('GPL3')
 depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
-source=(https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz;)
-sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
+source=(http://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz;)
+sha256sums=('e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46')
 optdepends=('ufw-extras')
 options=('!emptydirs')
 



[arch-commits] Commit in mosh/trunk (PKGBUILD)

2013-03-12 Thread Alexander Rødseth
Date: Tuesday, March 12, 2013 @ 16:58:05
  Author: arodseth
Revision: 86173

upgpkg: mosh 1.2.3-5

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 15:48:24 UTC (rev 86172)
+++ PKGBUILD2013-03-12 15:58:05 UTC (rev 86173)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.2.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'
@@ -13,6 +13,7 @@
 depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
 source=(https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz;)
 sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
+optdepends=('ufw-extras')
 options=('!emptydirs')
 
 build() {
@@ -29,8 +30,6 @@
   make DESTDIR=$pkgdir install
   install -Dm644 conf/bash_completion.d/$pkgname \
 $pkgdir/usr/share/bash-completion/completions/$pkgname
-  install -Dm644 conf/ufw/applications.d/$pkgname \
-$pkgdir/usr/share/mosh/ufw-${pkgname}.example
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in mosh/trunk (PKGBUILD)

2013-03-01 Thread Sven-Hendrik Haase
Date: Friday, March 1, 2013 @ 19:39:32
  Author: svenstaro
Revision: 85451

upgpkg: mosh 1.2.3-4

Rebuild

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-01 18:26:17 UTC (rev 85450)
+++ PKGBUILD2013-03-01 18:39:32 UTC (rev 85451)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.2.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'



[arch-commits] Commit in mosh/trunk (PKGBUILD)

2013-01-27 Thread Alexander Rødseth
Date: Sunday, January 27, 2013 @ 14:59:11
  Author: arodseth
Revision: 83071

upgpkg: mosh 1.2.3-3

Modified:
  mosh/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-27 10:16:43 UTC (rev 83070)
+++ PKGBUILD2013-01-27 13:59:11 UTC (rev 83071)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
   ./autogen.sh
   ./configure --prefix=/usr
@@ -24,13 +24,13 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
-  make DESTDIR=$pkgdir install
-  install -Dm644 conf/bash_completion.d/$pkgname \
-$pkgdir/usr/share/bash-completion/completions/$pkgname
-  install -Dm644 conf/ufw/applications.d/$pkgname \
-$pkgdir/etc/ufw/applications.d/ufw-$pkgname
+  make DESTDIR=$pkgdir install
+  install -Dm644 conf/bash_completion.d/$pkgname \
+$pkgdir/usr/share/bash-completion/completions/$pkgname
+  install -Dm644 conf/ufw/applications.d/$pkgname \
+$pkgdir/usr/share/mosh/ufw-${pkgname}.example
 }
 
 # vim:set ts=2 sw=2 et: