summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTharre2023-04-13 18:45:17 +0200
committerTharre2023-04-13 18:46:24 +0200
commit375eb9eaeee02cf1c732984a142c16606c296adf (patch)
tree7511e68abd86c683a4f0e67938617c31f19e627e /PKGBUILD
parenta627d3189fbc3db76cbca6b500e8d4edf66eedf0 (diff)
downloadaur-diod.tar.gz
Remove libwrap dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01c2776d5554..011b4497b936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A multi-threaded, user space file server that speaks 9P2000.L"
url="https://github.com/chaos/diod"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('libcap' 'libwrap' 'lua')
+depends=('libcap' 'lua')
makedepends=('git')
provides=("$pkgname")
conflicts=("$pkgname")