summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25cf59c9dba7..def5f58bd3ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = libasyncns-git
license = LGPL
makedepends = git
depends = glibc
+ optdepends = lynx: docs
provides = libasyncns
conflicts = libasyncns
source = git://git.0pointer.de/libasyncns.git
diff --git a/PKGBUILD b/PKGBUILD
index 466ee1630da9..0e14d2f52d7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ url="http://0pointer.de/lennart/projects/libasyncns"
license=(LGPL)
depends=(glibc)
makedepends=(git)
+optdepends=('lynx: docs')
provides=(libasyncns)
conflicts=(libasyncns)
source=("git://git.0pointer.de/libasyncns.git")