summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Ser2020-11-16 17:36:17 +0100
committerSimon Ser2020-11-16 17:36:17 +0100
commit52f06629ab562e6d10169680f6146d8bc328cbbf (patch)
tree99b9837635e25b1a9fdc235e2fc48d3a8ef692d5
parentb2dcd51eb61ae2dd5559e5218b5204b7145fb01d (diff)
downloadaur-python-emailthreads-git.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4db1c63a3101..21504fbeec31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-emailthreads-git
arch = any
license = MIT
makedepends = python-setuptools
+ makedepends = git
provides = python-emailthreads
conflicts = python-emailthreads
source = python-emailthreads-git::git+https://github.com/emersion/python-emailthreads
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)