summaryrefslogtreecommitdiffstats
path: root/mpop
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2020-02-15 23:05:51 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2020-02-15 23:05:51 +0100
commit0dc1fb091cd8f3445dc8b284187d7f8ee793d99b (patch)
treef9d59aee70fd58424679aa718c1e0641638ff3e2 /mpop
parentb33d9ffea0d97781d7643d008c79cd710e61bcb6 (diff)
downloadpackages-0dc1fb091cd8f3445dc8b284187d7f8ee793d99b.tar.zst
Add git to makedepends when needed
Diffstat (limited to 'mpop')
-rw-r--r--mpop/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpop/PKGBUILD b/mpop/PKGBUILD
index 5839d49..fc93e33 100644
--- a/mpop/PKGBUILD
+++ b/mpop/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://marlam.de/$_pkgname/"
license=('GPL3')
depends=('gnutls')
-makedepends=('texlive-plainextra')
+makedepends=('git' 'texlive-plainextra')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://git.marlam.de/git/$_pkgname.git")