--- PKGBUILD 2017-05-19 21:42:16.000000000 -0300 +++ PKGBUILD-new 2017-05-19 21:41:59.246077750 -0300 @@ -7,7 +7,7 @@ pkgname=ufw pkgver=0.35 -pkgrel=2 +pkgrel=3 pkgdesc="Uncomplicated and easy to use CLI tool for managing a netfilter firewall" arch=('any') url="https://launchpad.net/ufw" @@ -45,6 +45,9 @@ # FS#35458 - correct iptables location sed -i -e 's|sbin|bin|g' "$pkgdir/usr/lib/python2.7/site-packages/ufw/"* + + # FS#54110 - pyc should be ignored by paccheck + rm "$pkgdir/usr/lib/python2.7/site-packages/ufw/"*.pyc install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/ufw.service" chmod 644 "$pkgdir/etc/ufw/"*.rules