summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2017-05-18 07:30:33 -0600
committerBrian Bidulock2017-05-18 07:30:33 -0600
commitbbc78f5a9c6fcb6fbba05c9317f845408a6c72d4 (patch)
tree553be56df955bb5d363ef9834502afae15d41a9b /PKGBUILD
parent715701f1fd59b23546ae26cbfa2bda6fc4571f30 (diff)
downloadaur-bbc78f5a9c6fcb6fbba05c9317f845408a6c72d4.tar.gz
need sqlite to build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80fd692374bc..9835f90b0f13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=csync2
pkgver=2.0
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
pkgdesc="Asynchronous cluster syncronisation tool based on librsync and inspired by Unison"
url="http://oss.linbit.com/csync2/"
license=('GPL')
+makedepnds=('sqlite')
depends=('librsync' 'gnutls')
optdepends=('sqlite: for sqlite backend')
source=(http://oss.linbit.com/csync2/${pkgname}-${pkgver}.tar.gz)