diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -8,7 +8,6 @@ pkgbase = diod license = GPL2 makedepends = git depends = libcap - depends = libwrap depends = lua provides = diod conflicts = diod @@ -22,4 +21,3 @@ pkgbase = diod sha256sums = 0438654256a42125a06182ee4ffa7c49de040f4eb419547de258794f0a9f21dc pkgname = diod - @@ -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") |