summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 770382eb81ba..da32d04219d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,13 @@
pkgname=python-coveralls
pkgver=3.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python integration with coveralls.io"
url="https://github.com/thekevjames/coveralls-python"
arch=('any')
license=('MIT')
-depends=(
- 'python-coverage>=4.1'
- 'python-coverage<7.0'
- 'python-docopt>=0.6.1'
- 'python-requests>=1.0.0'
- 'python')
-optdepends=('python-yaml>=3.10')
+depends=('python-coverage' 'python-docopt' 'python-requests')
+optdepends=('python-yaml')
makedepends=('python-setuptools')
checkdepends=('git' 'python-mock' 'python-pytest' 'python-responses')
changelog=CHANGELOG.md