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
===================================================================
--- PKGBUILD    2019-10-06 11:24:52 UTC (rev 513209)
+++ PKGBUILD    2019-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
 }
 

Reply via email to