summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAurélien Ooms2018-08-20 16:49:42 +0200
committerAurélien Ooms2018-08-20 16:49:55 +0200
commit54be85a99c0c15ceffc6e15c4cdbecc4f6aa2595 (patch)
tree58ca159444fd1afd84f78996844f8cf0f8679327 /PKGBUILD
parent048371ba24b360e34619ef5d1769709c1589a328 (diff)
downloadaur-54be85a99c0c15ceffc6e15c4cdbecc4f6aa2595.tar.gz
:bug: fix(optdeps): add xxhash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 741413318836..2479c5d62181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ groups=()
depends=('bash' 'coreutils' 'iputils' 'jq' 'ovh-api-client')
makedepends=('git')
checkdepends=()
-optdepends=('myip: ovh-dns-watch support')
+optdepends=('myip: ovh-dns-watch support' 'xxhash: ovh-dns-watch support')
provides=()
conflicts=()
replaces=()