summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2017-05-18 07:30:33 -0600
committerBrian Bidulock2017-05-18 07:30:33 -0600
commitbbc78f5a9c6fcb6fbba05c9317f845408a6c72d4 (patch)
tree553be56df955bb5d363ef9834502afae15d41a9b
parent715701f1fd59b23546ae26cbfa2bda6fc4571f30 (diff)
downloadaur-bbc78f5a9c6fcb6fbba05c9317f845408a6c72d4.tar.gz
need sqlite to build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3158c7beff21..f3c57917631f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = csync2
pkgdesc = Asynchronous cluster syncronisation tool based on librsync and inspired by Unison
pkgver = 2.0
- pkgrel = 2
+ pkgrel = 3
url = http://oss.linbit.com/csync2/
arch = i686
arch = x86_64
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)