summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Ser2020-11-16 17:36:17 +0100
committerSimon Ser2020-11-16 17:36:17 +0100
commit52f06629ab562e6d10169680f6146d8bc328cbbf (patch)
tree99b9837635e25b1a9fdc235e2fc48d3a8ef692d5 /PKGBUILD
parentb2dcd51eb61ae2dd5559e5218b5204b7145fb01d (diff)
downloadaur-python-emailthreads-git.tar.gz
Add git to makedepends
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)