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

Christian Hesse eworm at archlinux.org
Sat Oct 10 18:52:56 UTC 2020


    Date: Saturday, October 10, 2020 @ 18:52:56
  Author: eworm
Revision: 397932

upgpkg: easy-rsa 3.0.8-2: add dependency on grep (FS#68175)

Modified:
  easy-rsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-10 14:33:32 UTC (rev 397931)
+++ PKGBUILD	2020-10-10 18:52:56 UTC (rev 397932)
@@ -2,11 +2,11 @@
 
 pkgname=easy-rsa
 pkgver=3.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple shell based CA utility'
 arch=('any')
 url='https://github.com/OpenVPN/easy-rsa'
-depends=('openssl' 'sh')
+depends=('openssl' 'sh' 'grep')
 license=('custom')
 backup=('etc/easy-rsa/openssl-easyrsa.cnf'
 	'etc/easy-rsa/vars')



More information about the arch-commits mailing list