aboutsummaryrefslogtreecommitdiffstats
path: root/main/aconf
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-01 02:25:46 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-01 06:23:46 +0000
commit2c7f8b3e473cb2aa95e668252b0047d07b62ea11 (patch)
tree34d54b5ae2c32dc2637877ae98d7a1b03c86c4bc /main/aconf
parent6ccc44d85e0e0bd15c3543227031e0b91b37b5fa (diff)
downloadaports-2c7f8b3e473cb2aa95e668252b0047d07b62ea11.tar.bz2
aports-2c7f8b3e473cb2aa95e668252b0047d07b62ea11.tar.xz
main/aconf: remove wrong dependency that should be in ldoc
Diffstat (limited to 'main/aconf')
-rw-r--r--main/aconf/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/aconf/APKBUILD b/main/aconf/APKBUILD
index c4128bf89e..fd01918f36 100644
--- a/main/aconf/APKBUILD
+++ b/main/aconf/APKBUILD
@@ -10,7 +10,7 @@ license="BSD"
_luaver="5.3"
_lua="lua$_luaver"
depends="$_lua-augeas $_lua-b64 $_lua-cjson $_lua-file-magic $_lua-openrc
- $_lua-ossl $_lua-posix $_lua-stringy $_lua-filesystem uwsgi uwsgi-lua"
+ $_lua-ossl $_lua-posix $_lua-stringy uwsgi uwsgi-lua"
makedepends="ldoc"
source="https://dev.alpinelinux.org/archive/aconf/aconf-$pkgver.tar.xz
$pkgname.initd"