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

Christian Hesse eworm at archlinux.org
Thu Jan 2 08:26:44 UTC 2020


    Date: Thursday, January 2, 2020 @ 08:26:44
  Author: eworm
Revision: 372465

upgpkg: openvpn 2.4.8-3

add --force for autoreconf (and try to make package reproducible...)

Modified:
  openvpn/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-02 08:15:14 UTC (rev 372464)
+++ PKGBUILD	2020-01-02 08:26:44 UTC (rev 372465)
@@ -2,7 +2,7 @@
 
 pkgname=openvpn
 pkgver=2.4.8
-pkgrel=2
+pkgrel=3
 pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private Network)'
 arch=('x86_64')
 url='https://openvpn.net/index.php/open-source.html'
@@ -19,7 +19,7 @@
 prepare() {
   cd "${srcdir}"/${pkgname}
 
-  autoreconf -i
+  autoreconf --force --install
 }
 
 build() {



More information about the arch-commits mailing list