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

Alexander Rødseth arodseth at archlinux.org
Tue Mar 26 10:11:29 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-03-26 10:06:04 UTC (rev 443546)
+++ PKGBUILD	2019-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"
 }



More information about the arch-commits mailing list