summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Niskanen2019-01-23 16:46:38 +0200
committerLauri Niskanen2019-01-23 16:46:38 +0200
commit3885e6fcd4f647ee561e40d25b292a6434fdfbee (patch)
treeeef5637203fbf9b481bd6172f6a1121756e25aba
parent4a34b86e29c6195f7ec76c4e883ac0853ad32179 (diff)
downloadaur-3885e6fcd4f647ee561e40d25b292a6434fdfbee.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cd209474ffa..8f4089009e37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 12 20:07:20 UTC 2019
+# Wed Jan 23 14:45:40 UTC 2019
pkgbase = borg-git
pkgdesc = Deduplicating backup program with compression and authenticated encryption
pkgver = 1.2.0dev0.r737.g4d29747f
@@ -14,6 +14,7 @@ pkgbase = borg-git
makedepends = cython
makedepends = python-sphinx
makedepends = python-guzzle-sphinx-theme
+ makedepends = git
depends = acl
depends = lz4
depends = openssl
diff --git a/PKGBUILD b/PKGBUILD
index 4e17d75de214..270ded873997 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('x86_64')
depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz' 'zstd')
optdepends=('openssh: repositories on remote hosts'
'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx' 'python-guzzle-sphinx-theme')
+makedepends=('cython' 'python-sphinx' 'python-guzzle-sphinx-theme' 'git')
checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 'python-mock')
provides=('borg' 'borgbackup')
conflicts=('borg' 'borgbackup')