From a71240f874376e41bbd01cd94246e367ea0209f7 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 30 Aug 2021 09:46:05 +0200 Subject: [PATCH] tlstunnel: add libcap dependency --- sr.ht/tlstunnel/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sr.ht/tlstunnel/APKBUILD b/sr.ht/tlstunnel/APKBUILD index 93e3a7e..3d286f1 100644 --- a/sr.ht/tlstunnel/APKBUILD +++ b/sr.ht/tlstunnel/APKBUILD @@ -1,12 +1,13 @@ # Maintainer: Drew DeVault pkgname=tlstunnel pkgver=0.1.1 -pkgrel=0 +pkgrel=1 pkgdesc="A TLS reverse proxy" url="https://git.sr.ht/~emersion/tlstunnel" arch="all" license="MIT" install="$pkgname.post-install" +depends="libcap" makedepends="go scdoc" source=" $pkgname-$pkgver.tar.gz::https://git.sr.ht/~emersion/tlstunnel/refs/download/v$pkgver/tlstunnel-$pkgver.tar.gz -- 2.45.2