diff options
author | Milan P. Stanić <mps@arvanta.net> | 2020-04-23 18:00:20 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-29 12:55:07 +0000 |
commit | 6ea9881cc5056a9794b4e704ac5d536621f28e3e (patch) | |
tree | cf893d112f83be33e134b7fe1e5d893d0f690bd1 /testing/ejson | |
parent | 0ad4e610af672e4f51f99606bfccfa44267a9d79 (diff) | |
download | aports-6ea9881cc5056a9794b4e704ac5d536621f28e3e.tar.bz2 aports-6ea9881cc5056a9794b4e704ac5d536621f28e3e.tar.xz |
testing/ejson: change mdocml to mandoc in depends
changed because mdocml is renamed to mandoc
Diffstat (limited to 'testing/ejson')
-rw-r--r-- | testing/ejson/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ejson/APKBUILD b/testing/ejson/APKBUILD index 460d1452e7..56d5b5fdcf 100644 --- a/testing/ejson/APKBUILD +++ b/testing/ejson/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Andy McLeod <andy@amcleod.ca> pkgname=ejson pkgver=1.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="EJSON is a small library to manage encrypted secrets using asymmetric encryption." url="https://github.com/Shopify/ejson" arch="all" license="MIT" -depends="mdocml" # Requires man to show help +depends="mandoc" # Requires man to show help makedepends="go ronn" source="$pkgname-$pkgver.tar.gz::https://github.com/Shopify/$pkgname/archive/v$pkgver.tar.gz" |