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

Florian Pritz bluewind at archlinux.org
Sat Aug 1 13:24:06 UTC 2020


    Date: Saturday, August 1, 2020 @ 13:24:06
  Author: bluewind
Revision: 667480

upgpkg: postfwd 2.03-1: upstream update

Modified:
  postfwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-01 12:04:45 UTC (rev 667479)
+++ PKGBUILD	2020-08-01 13:24:06 UTC (rev 667480)
@@ -2,8 +2,8 @@
 # Contributor: Phillip Smith <fukawi2 at NO-SPAM.gmail.com>
 
 pkgname=postfwd
-pkgver=2.02
-pkgrel=2
+pkgver=2.03
+pkgrel=1
 pkgdesc="Combines complex postfix restrictions in a ruleset similar to those of the most firewalls"
 arch=(any)
 url="https://postfwd.org/"
@@ -12,7 +12,7 @@
 source=("https://postfwd.org/$pkgname-$pkgver.tar.gz"
         "postfwd.sysusers"
         "service")
-md5sums=('f5457041d2c6275ede9588e72a4e021b'
+md5sums=('ab4da91fafdc5054b29202e87928cc1a'
          'e9fab05e2262385b759bd68c580e1f05'
          '1c9295de6da98241eb55e62809746030')
 backup=('etc/postfwd/postfwd.cf')
@@ -39,6 +39,8 @@
   install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/${pkgname}2.service"
   sed -i 's|/usr/bin/postfwd|/usr/bin/postfwd2|' "$pkgdir/usr/lib/systemd/system/${pkgname}2.service"
 
+  rm "$pkgdir/usr/bin/postfwd.service"
+
   install -Dm644 "$srcdir/postfwd.sysusers" "$pkgdir/usr/lib/sysusers.d/postfwd.conf"
 
   install -dm755 "$pkgdir/usr/share/licenses/$pkgname"



More information about the arch-commits mailing list