summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2016-03-26 09:03:04 -0400
committerbrent s2016-03-26 09:03:04 -0400
commit675363446f5bbc6c3cddfa7766734226aa45d99a (patch)
tree9317e8853b2bf8b61103fcb262c3164973cec5fa /PKGBUILD
parent6eb91179b5c678c4593cf88fc67cb4bf7f54db0a (diff)
downloadaur-675363446f5bbc6c3cddfa7766734226aa45d99a.tar.gz
adding rsync as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)