From d04cdd994b2994920b67e6578dd58a6a3f27e458 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Wed, 15 Jan 2014 14:18:57 -0500 Subject: [PATCH] Add jansson as an actual dependency --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index f610c8d..63f68ba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.4.0 _seafilever=2.1.1 #The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase -pkgrel=1 +pkgrel=2 # The description of the package, should be about 80 characters long (one line) pkgdesc="A framework for writing networked applications in C." @@ -23,7 +23,7 @@ url="https://github.com/haiwen/ccnet/" license=('custom') # Packages that your software needs to run. If the dependancy requires a minimum version number use the >= operator -depends=('libevent>=2.0' 'libzdb>=2.10.2' 'libsearpc>=1.2.1') +depends=('libevent>=2.0' 'libzdb>=2.10.2' 'libsearpc>=1.2.1' 'jansson>=2.2.1') # Packages that must be installed to build the software, but at not necessary to run it makedepends=('vala>=0.8' 'pacman>=4.1')