summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-05-18 12:10:14 +0200
committerMichal Wojdyla2021-05-18 12:10:14 +0200
commit38bdc37d7544cbb74f948297cf98f512ff9cdc90 (patch)
tree25e09f41718550fac1dba5f39bbe9502217d1338
parente9f43f6eb693c090027ab398da21f4097dfb2151 (diff)
downloadaur-38bdc37d7544cbb74f948297cf98f512ff9cdc90.tar.gz
add git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1ef378a6912..69e3924d8fce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = cpp-coveralls-git
arch = x86_64
license = Apache
makedepends = python-setuptools
+ makedepends = git
depends = python
depends = python-requests
depends = python-future
diff --git a/PKGBUILD b/PKGBUILD
index 15a9b8835a7b..dfe3bf764e74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ provides=('cpp-coveralls')
conflicts=('cpp-coveralls')
depends=('python' 'python-requests' 'python-future' 'python-certifi'
'python-cryptography' 'python-pyopenssl' 'python-ipaddress')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'git')
source=('git+https://github.com/eddyxu/cpp-coveralls.git')
sha256sums=('SKIP')