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')