summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoakim Reinert2016-06-04 13:19:58 +0200
committerJoakim Reinert2016-06-04 13:19:58 +0200
commita3af136474c0c708601789aeaaa2ec574849feed (patch)
tree03680855baf98b0d0ebf2bbc01a4cdbbd235c1f3 /PKGBUILD
parent093729f9bdc968cd78f141d7b442594c2bc5da03 (diff)
downloadaur-a3af136474c0c708601789aeaaa2ec574849feed.tar.gz
add graphviz to makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cefd29b7276f..4a065900392d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@
# Maintainer: Your Name <youremail@domain.com>
pkgname=xapian-core-git
pkgver=v1.3.5.30.g3e31415
-pkgrel=1
+pkgrel=2
pkgdesc="Open source search engine library"
arch=('i686' 'x86_64')
url="https://github.com/xapian/xapian"
license=('GPL')
depends=('zlib')
-makedepends=('git' 'automake' 'autoconf' 'libtool' 'help2man')
+makedepends=('git' 'automake' 'autoconf' 'libtool' 'help2man' 'graphviz')
provides=('xapian-core')
conflicts=('xapian-core')
source=("git://github.com/xapian/xapian")