summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM. Shulhan2016-09-17 04:15:07 +0700
committerM. Shulhan2016-09-17 04:15:07 +0700
commit3802b57efb0bd14305a1cc6ef594384dc3f83f93 (patch)
tree707197bc36b08aaa0765fada12324ce8965627b2 /PKGBUILD
parentfa66c2946a27ee9eba6816e518ebef9d5c3fb9a6 (diff)
downloadaur-3802b57efb0bd14305a1cc6ef594384dc3f83f93.tar.gz
Remove asciidoc from make dependencies
Since different system can have old asciidoc program, building it can be problematic and error. From now on, we include man page in repo and use it to install in target system.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0320d98e448f..c699ff959620 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: sulhan <ms@kilabit.info>
pkgname=rescached-git
-pkgver=1.2.0.r5.g180e523
+pkgver=1.2.0.r19.g5eda417
pkgrel=1
pkgdesc="Resolver/DNS cache daemon"
arch=('i686' 'x86_64' 'armv7h')
@@ -11,7 +11,7 @@ depends=('gcc-libs')
provides=('rescached')
conflicts=('bind' 'nsd' 'pdnsd' 'powerdns' 'unbound')
-makedepends=('gcc' 'make' 'fakeroot' 'git' 'asciidoc')
+makedepends=('gcc' 'make' 'fakeroot' 'git')
source=(
"$pkgname::git+https://github.com/shuLhan/rescached.git"
"libvos::git+https://github.com/shuLhan/libvos.git"