summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2017-05-18 11:08:00 -0600
committerBrian Bidulock2017-05-18 11:08:00 -0600
commitcdead37940147d10e9eb285dd3bc7bc2570bf8cc (patch)
treee2c74997b636f18b67aa60107aaacdfe753baa09
parentdd1c5b14d1258f2484fc922435d52486c99eac1b (diff)
downloadaur-cdead37940147d10e9eb285dd3bc7bc2570bf8cc.tar.gz
need latex to build paper
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41963f3f547a..edb24e3019ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
pkgbase = csync2-git
pkgdesc = Asynchronous cluster syncronisation tool based on librsync and inspired by Unison
pkgver = 2.0.r8.g175a01c
- pkgrel = 1
+ pkgrel = 2
url = http://oss.linbit.com/csync2/
arch = i686
arch = x86_64
license = GPL
- makedepends = texlive-bin
+ makedepends = texlive-latexextra
makedepends = sqlite
makedepends = git
depends = librsync
depends = gnutls
optdepends = sqlite: for sqlite backend
+ provides = csync2=2.0
+ conflicts = csync2
source = csync2-git::git://git.linbit.com/csync2.git
source = csync2.socket
source = csync2@.service
diff --git a/PKGBUILD b/PKGBUILD
index c58826401be8..84e3e44a6266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,14 @@
pkgname=csync2-git
_pkgname=csync2
pkgver=2.0.r8.g175a01c
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="Asynchronous cluster syncronisation tool based on librsync and inspired by Unison"
url="http://oss.linbit.com/csync2/"
license=('GPL')
-makedepends=('texlive-bin' 'sqlite' 'git')
+provides=("$_pkgname=2.0")
+conflicts=("$_pkgname")
+makedepends=('texlive-latexextra' 'sqlite' 'git')
depends=('librsync' 'gnutls')
optdepends=('sqlite: for sqlite backend')
source=("$pkgname::git://git.linbit.com/csync2.git"