Date: Monday, April 3, 2023 @ 03:55:11
  Author: blakkheim
Revision: 1434277

upgpkg: ufw 0.36.1-2: install bash completions (FS#69665)

Modified:
  ufw/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-03 03:26:51 UTC (rev 1434276)
+++ PKGBUILD    2023-04-03 03:55:11 UTC (rev 1434277)
@@ -1,5 +1,5 @@
-# Maintainer: Kyle Keen <[email protected]>
 # Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
 # Contributor: BartÅ‚omiej Piotrowski <[email protected]>
 # Contributor: Jaroslav Lichtblau <[email protected]>
 # Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com>
@@ -7,7 +7,7 @@
 
 pkgname=ufw
 pkgver=0.36.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Uncomplicated and easy to use CLI tool for managing a netfilter 
firewall"
 arch=('any')
 url="https://launchpad.net/ufw";
@@ -46,6 +46,7 @@
 
   python3 setup.py install --root="$pkgdir"
 
+  install -Dm644 shell-completion/bash -t 
"$pkgdir/usr/share/bash-completion/completions/ufw"
   install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/ufw.service"
   chmod 644 "$pkgdir/etc/ufw/"*.rules
 }

Reply via email to