makedeb


nm-vpngate 87-4


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.

Commit:


Hash: 300b541a67bef1d43605d3b4ee77994e9c30ead5

Message: update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 7c33d0d..5937edc 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 = 2
+pkgrel = 3
 pkgver = 87
 url = https://github.com/Hayao0819/nm-vpngate
 arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 822b56c..c8efb7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 _pkgname="nm-vpngate"
 pkgname="${_pkgname}"
 pkgver=87
-pkgrel=2
+pkgrel=3
 pkgdesc="A script that makes it easy to connect Network Manager to a VPN Gate"
 arch=('any')
 url="https://github.com/Hayao0819/nm-vpngate"
@@ -25,12 +25,12 @@ md5sums=('SKIP')
 package() {
 
 
-postrm="${srcdir}/in.install"
+postrm="in.install"
 
 echo "
 #!/bin/sh
 systemctl daemon-reload
-EOF" > "${postrm}"
+EOF" > "${startdir}/in.install"
 
 postinst="${postrm}"