summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")