summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2019-05-14 22:47:31 -0400
committerGI_Jack2019-05-14 22:47:31 -0400
commit6aa99a0593fbe06e08784fbb31d2813ec39a8526 (patch)
tree49720c3e9eb7701993aaadd00797896a60e35166
parent3a45e811283a8a4781b9ed53780eacb8d2e3af91 (diff)
downloadaur-6aa99a0593fbe06e08784fbb31d2813ec39a8526.tar.gz
version 1.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07bf07e791dd..377bb345471e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Mar 10 23:05:41 UTC 2019
pkgbase = python-coveralls
pkgdesc = Provide Seemless integration with coveralls.io
- pkgver = 1.6.0
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/coveralls-clients/coveralls-python
arch = any
@@ -11,8 +9,8 @@ pkgbase = python-coveralls
depends = python-coverage
depends = python-requests
depends = python-docopt
- source = coveralls-python-1.6.0.tar.gz::https://github.com/coveralls-clients/coveralls-python/archive/1.6.0.tar.gz
- sha256sums = c2d28fe1c5da45f4a1030fdc7d75dc827f425c7c27db10a6dc6acc58f27d8198
+ source = coveralls-python-1.7.0.tar.gz::https://github.com/coveralls-clients/coveralls-python/archive/1.7.0.tar.gz
+ sha256sums = 35fe4e94872e16345e042f848e2801b88508e86192d0a3070e708005c4416424
pkgname = python-coveralls
depends = python-coverage
diff --git a/PKGBUILD b/PKGBUILD
index 92cac348f2c9..dadfa2c1ac09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-coveralls
pkgname=('python-coveralls' 'python2-coveralls')
_pypiname=coveralls-python
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc="Provide Seemless integration with coveralls.io"
url="https://github.com/coveralls-clients/coveralls-python"
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python-coverage' 'python-requests' 'python-docopt')
makedepends=('python-setuptools')
source=(${_pypiname}-${pkgver}.tar.gz::https://github.com/coveralls-clients/coveralls-python/archive/${pkgver}.tar.gz)
-sha256sums=('c2d28fe1c5da45f4a1030fdc7d75dc827f425c7c27db10a6dc6acc58f27d8198')
+sha256sums=('35fe4e94872e16345e042f848e2801b88508e86192d0a3070e708005c4416424')
package_python-coveralls() {
depends=('python-coverage' 'python-requests' 'python-docopt')