summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f0241c68c7c..f9b6b205cc10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Python library to parse and format email threads'
arch=(any)
url=https://github.com/emersion/$_pkgname
license=('MIT')
-makedepends=(python-setuptools)
+makedepends=(python-setuptools git)
provides=($_pkgname)
conflicts=($_pkgname)
source=($pkgname::git+https://github.com/emersion/$_pkgname)