makedeb
A script that makes it easy to connect Network Manager to a VPN Gate
Click here to go back to the commit logs for nm-vpngate.
Hash: 20d90b2a20a98875bb0ee83ddea487beedf5936e
Message: update
diff --git a/.SRCINFO b/.SRCINFO
index 5937edc..0b43103 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
pkgname = nm-vpngate
pkgbase = nm-vpngate
pkgdesc = A script that makes it easy to connect Network Manager to a VPN Gate
-pkgrel = 3
+pkgrel = 4
pkgver = 87
url = https://github.com/Hayao0819/nm-vpngate
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index c8efb7a..98fa9b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="nm-vpngate"
pkgname="${_pkgname}"
pkgver=87
-pkgrel=3
+pkgrel=4
pkgdesc="A script that makes it easy to connect Network Manager to a VPN Gate"
arch=('any')
url="https://github.com/Hayao0819/nm-vpngate"
@@ -30,7 +30,7 @@ postrm="in.install"
echo "
#!/bin/sh
systemctl daemon-reload
-EOF" > "${startdir}/in.install"
+" > "${startdir}/in.install"
postinst="${postrm}"