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

Alexander Rødseth arodseth at gemini.archlinux.org
Tue Aug 9 13:47:14 UTC 2022


    Date: Tuesday, August 9, 2022 @ 13:47:13
  Author: arodseth
Revision: 1263548

Skip the mosh configuration, since mosh has its own. ref #75547

Modified:
  ufw-extras/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 13:41:04 UTC (rev 1263547)
+++ PKGBUILD	2022-08-09 13:47:13 UTC (rev 1263548)
@@ -2,7 +2,7 @@
 
 pkgname=ufw-extras
 pkgver=0.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Extra configuration files for UFW'
 arch=(any)
 url='https://github.com/xyproto/ufw-extras'
@@ -16,4 +16,6 @@
   for f in $pkgname/ufw-*; do
     install -Dm644 $f "$pkgdir/etc/ufw/applications.d/$(basename $f)"
   done
+  # skip ufw-mosh, since mosh already provides this file, ref #75547
+  rm "$pkgdir/etc/ufw/applications.d/ufw-mosh"
 }



More information about the arch-commits mailing list