[arch-commits] Commit in strongswan/trunk (PKGBUILD strongswan.install)

Christian Rebischke shibumi at archlinux.org
Sat Nov 16 16:22:53 UTC 2019


    Date: Saturday, November 16, 2019 @ 16:22:53
  Author: shibumi
Revision: 529565

upgpkg: strongswan 5.8.1-3 quickfix for strongswan install file

Modified:
  strongswan/trunk/PKGBUILD
  strongswan/trunk/strongswan.install

--------------------+
 PKGBUILD           |    2 +-
 strongswan.install |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-16 16:22:46 UTC (rev 529564)
+++ PKGBUILD	2019-11-16 16:22:53 UTC (rev 529565)
@@ -11,7 +11,7 @@
 
 pkgname=strongswan
 pkgver=5.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Open source IPsec implementation'
 url='https://www.strongswan.org'
 license=('GPL2')

Modified: strongswan.install
===================================================================
--- strongswan.install	2019-11-16 16:22:46 UTC (rev 529564)
+++ strongswan.install	2019-11-16 16:22:53 UTC (rev 529565)
@@ -1,6 +1,6 @@
 post_upgrade() {
   if (($(vercmp 5.8.0-1 $2) > 0)); then
-    cat << EOF
+    echo "
     Strongswan 5.8.0-1 introduced new names for the systemd unit files:
 
     strongswan.service got renamed to strongswan-starter.service
@@ -11,4 +11,6 @@
 
     If you use swanctl, you need to enable strongswan.service from now on.
     EOF
+    "
+  fi
 }



More information about the arch-commits mailing list