From 919bc9ba7f6859957a6093721145b7ad1067e772 Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 4 Feb 2025 21:49:50 +0100 Subject: [PATCH] * update easy-rsa to 3.2.1-3 --- easy-rsa/.SRCINFO | 3 ++- easy-rsa/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/easy-rsa/.SRCINFO b/easy-rsa/.SRCINFO index c0fdb45c5c..1d2073beec 100644 --- a/easy-rsa/.SRCINFO +++ b/easy-rsa/.SRCINFO @@ -1,10 +1,11 @@ pkgbase = easy-rsa pkgdesc = Simple shell based CA utility pkgver = 3.2.1 - pkgrel = 2 + pkgrel = 3 url = https://github.com/OpenVPN/easy-rsa arch = any license = GPL-2.0-only + depends = bc depends = openssl depends = sh depends = grep diff --git a/easy-rsa/PKGBUILD b/easy-rsa/PKGBUILD index 986bd8e57c..49c2957880 100644 --- a/easy-rsa/PKGBUILD +++ b/easy-rsa/PKGBUILD @@ -3,11 +3,11 @@ pkgname=easy-rsa pkgver=3.2.1 -pkgrel=2 +pkgrel=3 pkgdesc='Simple shell based CA utility' arch=(any) url='https://github.com/OpenVPN/easy-rsa' -depends=('openssl' 'sh' 'grep') +depends=('bc' 'openssl' 'sh' 'grep') license=('GPL-2.0-only') backup=('etc/easy-rsa/openssl-easyrsa.cnf' 'etc/easy-rsa/vars')