summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorblacktea2020-08-20 22:40:22 +0800
committerblacktea2020-08-20 22:40:22 +0800
commit87ce7a46d30b826aaee513c4bcc1af6f77fb13dd (patch)
tree39b933bf33794ad85b112da61b5af197ee336227 /PKGBUILD
parentc17b6b8fb94934164f5040394809e7e5c929478a (diff)
downloadaur-87ce7a46d30b826aaee513c4bcc1af6f77fb13dd.tar.gz
Add makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49fecb3454d7..dd003a1e8518 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
pkgname=buttersink-git
_gitname=buttersink
pkgver=0.6.8.r0.gb0ca6ef
-pkgrel=1
+pkgrel=2
pkgdesc="Buttersink is like rsync for btrfs snapshots"
arch=('any')
url="https://github.com/AmesCornish/buttersink.git"
license=('GPL3')
depends=('btrfs-progs' 'python2-boto' 'python2-crcmod' 'python2-flake8' 'python2-psutil')
+makedepends=('git')
conflicts=('buttersink')
provides=('buttersink')
source=('git+https://github.com/AmesCornish/buttersink.git')