summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax.bra2022-02-15 10:31:27 +0100
committermax.bra2022-02-15 10:31:27 +0100
commit50aad066b641bb3a00888b3881803baac3a326b7 (patch)
treef04c324fe3c75e95ca83ad3568d73d6fbe2c4b40 /PKGBUILD
parenta127ab8b5b0e3edc816e8a5e1e3b553e91f385af (diff)
downloadaur-50aad066b641bb3a00888b3881803baac3a326b7.tar.gz
forgotten unused dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f793ac1fce82..d5003eb48f91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
pkgdesc="The Pi-hole FTL engine"
url="https://github.com/pi-hole/FTL"
license=('EUPL-1.2')
-depends=('nettle' 'gmp' 'libidn' 'readline')
+depends=('nettle' 'gmp' 'libidn')
makedepends=('cmake' 'sqlite')
conflicts=('dnsmasq')
provides=('dnsmasq')