summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-03-26 09:03:04 -0400
committerbrent s2016-03-26 09:03:04 -0400
commit675363446f5bbc6c3cddfa7766734226aa45d99a (patch)
tree9317e8853b2bf8b61103fcb262c3164973cec5fa
parent6eb91179b5c678c4593cf88fc67cb4bf7f54db0a (diff)
downloadaur-675363446f5bbc6c3cddfa7766734226aa45d99a.tar.gz
adding rsync as makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e51665fc8d44..58e0020e9363 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Jan 18 00:18:08 UTC 2016
+# Sat Mar 26 13:03:04 UTC 2016
pkgbase = burp-backup-git
pkgdesc = Burp is a backup and restore program. It uses librsync in order to save on the amount of space that is used by each backup.
pkgver = 2.0.30.r48.g1892559
- pkgrel = 1
+ pkgrel = 2
url = http://burp.grke.org/1
arch = any
license = AGPLv3
makedepends = uthash
makedepends = git
+ makedepends = rsync
depends = librsync
depends = openssl
provides = burp-backup
diff --git a/PKGBUILD b/PKGBUILD
index 7d3b90c1bdc0..564f8c5d2da7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname="burp-backup-git"
_pkgname="burp"
pkgver=2.0.30.r48.g1892559
-pkgrel=1
+pkgrel=2
pkgdesc="Burp is a backup and restore program. It uses librsync in order to save on the amount of space that is used by each backup."
arch=('any')
license=('AGPLv3')
depends=('librsync' 'openssl')
-makedepends=('uthash' 'git')
+makedepends=('uthash' 'git' 'rsync')
conflicts=('burp-backup' 'burp-backup-dev')
provides=(burp-backup)