diff options
Diffstat (limited to 'community/easy-rsa/APKBUILD')
-rw-r--r-- | community/easy-rsa/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/easy-rsa/APKBUILD b/community/easy-rsa/APKBUILD index ab97f72551..6def34e716 100644 --- a/community/easy-rsa/APKBUILD +++ b/community/easy-rsa/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=easy-rsa pkgver=3.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="Simple shell based CA utility" url="https://github.com/OpenVPN/easy-rsa" arch="noarch" license="GPL-2.0" -depends="openssl" +depends="openssl1.0" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/OpenVPN/easy-rsa/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |