aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/asio/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/asio/APKBUILD b/community/asio/APKBUILD
index dc75a082af..3606cfdc84 100644
--- a/community/asio/APKBUILD
+++ b/community/asio/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=asio
pkgver=1.12.1
-pkgrel=0
+pkgrel=1
pkgdesc="Cross-platform C++ library for network programming"
url="https://think-async.com"
arch="all"
license="BSL-1.0"
depends=""
-depends_dev="boost-dev libressl-dev"
+depends_dev="boost-dev openssl-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev"