summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-09 20:55:46 -0500
committerVincent Grande2021-01-09 20:55:46 -0500
commit576ce2725c3e668d586a929d8b0a2bb4f3b55819 (patch)
treec88dd3fbdc9134db725ba09fd842d35b5799e2b3
parent8b5dc3362cf68d9bc6185705e43b45b5a9bbe53b (diff)
downloadaur-576ce2725c3e668d586a929d8b0a2bb4f3b55819.tar.gz
disable lynx
-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")