aboutsummaryrefslogtreecommitdiffstats
path: root/community/bubblewrap
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-01-09 11:08:05 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-01-09 11:08:05 +0200
commit71b058c4124690ade08fc6ddd248540b4953cbc1 (patch)
treeb11620d9b5a510c7238ff2fca109853c680cc5cf /community/bubblewrap
parentce61489c4ee2e4e7ac10769d74035dc5fd3f27c9 (diff)
community/bubblewrap: fix libcap-dev dependency
Diffstat (limited to 'community/bubblewrap')
-rw-r--r--community/bubblewrap/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bubblewrap/APKBUILD b/community/bubblewrap/APKBUILD
index 82e5e419d9f..821cd362a89 100644
--- a/community/bubblewrap/APKBUILD
+++ b/community/bubblewrap/APKBUILD
@@ -9,7 +9,7 @@ arch="all"
license="LGPL2+"
depends=""
depends_dev=""
-makedepends="autoconf automake libcap $depends_dev"
+makedepends="autoconf automake libcap-dev $depends_dev"
install=""
subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch"
source="bubblewrap-$pkgver.tar.gz::https://github.com/projectatomic/bubblewrap/archive/v$pkgver.tar.gz"