aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-crypto
diff options
context:
space:
mode:
Diffstat (limited to 'main/lua-crypto')
-rw-r--r--main/lua-crypto/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua-crypto/APKBUILD b/main/lua-crypto/APKBUILD
index d0f4c74175..c706a5434b 100644
--- a/main/lua-crypto/APKBUILD
+++ b/main/lua-crypto/APKBUILD
@@ -2,13 +2,13 @@
_luaversions="5.1 5.2 5.3"
pkgname=lua-crypto
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="a Lua frontend to the OpenSSL cryptographic library"
url="http://mkottman.github.io/luacrypto/"
arch="all"
license="MIT/X11"
depends=
-makedepends="openssl-dev"
+makedepends="libressl-dev"
install=
subpackages="$pkgname-dev $pkgname-doc"
for _v in $_luaversions; do