diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-01-09 11:08:05 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-01-09 11:08:05 +0200 |
commit | 71b058c4124690ade08fc6ddd248540b4953cbc1 (patch) | |
tree | b11620d9b5a510c7238ff2fca109853c680cc5cf /community/bubblewrap | |
parent | ce61489c4ee2e4e7ac10769d74035dc5fd3f27c9 (diff) | |
download | aports-71b058c4124690ade08fc6ddd248540b4953cbc1.tar.bz2 aports-71b058c4124690ade08fc6ddd248540b4953cbc1.tar.xz |
community/bubblewrap: fix libcap-dev dependency
Diffstat (limited to 'community/bubblewrap')
-rw-r--r-- | community/bubblewrap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bubblewrap/APKBUILD b/community/bubblewrap/APKBUILD index 82e5e419d9..821cd362a8 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" |