summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2017-11-29 23:45:14 -0600
committerDan Beste2017-11-29 23:45:14 -0600
commitbc22bd17cd3bbc18f367bb01a48f05ad73ef9551 (patch)
tree5e2eff11690874f0abc1e7c4991b53fd177bbeef
parenta851e5fc1d85de25c24ac873f9c908c859a48b23 (diff)
downloadaur-bc22bd17cd3bbc18f367bb01a48f05ad73ef9551.tar.gz
s/make/git/
I'm honestly embarassed...
-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