summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 967c7b83ba47..3cb41999980f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = borgmatic
install = borgmatic.install
arch = any
license = GPL3
- makedepends = make
+ makedepends = git
makedepends = python-setuptools
makedepends = python-tox
depends = borg
diff --git a/PKGBUILD b/PKGBUILD
index 67f4d8983a61..24151aac6b2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url='https://torsion.org/borgmatic/'
license=('GPL3')
depends=('borg' 'python-pykwalify' 'python-ruamel-yaml')
-makedepends=('make' 'python-setuptools' 'python-tox')
+makedepends=('git' 'python-setuptools' 'python-tox')
provides=('borgmatic')
install="${pkgname}.install"
# Main repository moved over to gittea. Switch to using commits until tags are