summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2018-02-13 23:13:41 +0100
committerLucas Werkmeister2018-02-13 23:13:41 +0100
commit2619acec8be76d0678f946d0b881b97237e514db (patch)
tree9adf75b8324ce8c160dca63f38765300038ad7fe
parent5386b83c4c0b843237ed2ad357f312c6c7771633 (diff)
downloadaur-2619acec8be76d0678f946d0b881b97237e514db.tar.gz
Add git to makedepends
Reported as necessary by AUR user gdiscry; I’m not sure why it’s required, but it probably doesn’t hurt.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e08d3777001..3e0bf4f0efdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 13 22:13:13 UTC 2018
+# Tue Feb 13 22:13:36 UTC 2018
pkgbase = mkosi-git
pkgdesc = Build Legacy-Free OS Images
pkgver = 4.r13.g0d6df26
@@ -8,6 +8,7 @@ pkgbase = mkosi-git
arch = any
license = LGPL2.1
makedepends = python-setuptools
+ makedepends = git
depends = python
optdepends = dnf: build Fedora or Mageia images
optdepends = debootstrap: build Debian or Ubuntu images
diff --git a/PKGBUILD b/PKGBUILD
index 95fde62b2aca..9d2b2985bf21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url='https://github.com/systemd/mkosi'
license=('LGPL2.1')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'git')
optdepends=('dnf: build Fedora or Mageia images'
'debootstrap: build Debian or Ubuntu images'
'debian-archive-keyring: build Debian images'