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

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Mar 12 15:58:05 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-03-12 15:48:24 UTC (rev 86172)
+++ PKGBUILD	2013-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:




More information about the arch-commits mailing list