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

Alexander Rødseth arodseth at archlinux.org
Wed Jun 27 12:05:16 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-06-27 11:57:23 UTC (rev 346333)
+++ PKGBUILD	2018-06-27 12:05:16 UTC (rev 346334)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Christian Neukirchen <chneukirchen at gmail.com>
-# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit.com>
+# Contributor: Thomas Weißschuh <thomas_weissschuh at lavabit.com>
 
 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"
 }



More information about the arch-commits mailing list