summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2021-01-10 22:14:50 +0100
committerEric Engestrom2021-01-10 22:14:50 +0100
commitcc09195f54c28455e1c43e60abe392161aea6acb (patch)
treec99d274163695ed28931f31b5678af93e783a5f0
parentbec111a109f626414b9b63347b7502214d2b8ceb (diff)
downloadaur-cc09195f54c28455e1c43e60abe392161aea6acb.tar.gz
update to 2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c36f360c572..760a4e11ef9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pycobertura
pkgdesc = Code coverage diff tool for Cobertura reports
- pkgver = 0.10.5
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/aconrad/pycobertura
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = python-pycobertura
depends = python-jinja
depends = python-lxml
depends = python-tabulate
- source = https://github.com/aconrad/pycobertura/archive/v0.10.5.tar.gz
- sha256sums = 909f99348e20b1bc69d68ea39c874e93ae586995fcfff4aef4a8dff07fa7f56f
+ source = https://github.com/aconrad/pycobertura/archive/v2.0.0.tar.gz
+ sha256sums = 5eaa1ebcf9ca4b3c6679b74ac850da406c9b5cdec11d8e71fed59f70819d5d14
pkgname = python-pycobertura
diff --git a/PKGBUILD b/PKGBUILD
index fafa1f047dba..fad7fb6e8976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=python-pycobertura
-pkgver=0.10.5
+pkgver=2.0.0
pkgrel=1
pkgdesc="Code coverage diff tool for Cobertura reports"
arch=(x86_64)
url="https://github.com/aconrad/pycobertura"
license=(MIT)
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('909f99348e20b1bc69d68ea39c874e93ae586995fcfff4aef4a8dff07fa7f56f')
+sha256sums=('5eaa1ebcf9ca4b3c6679b74ac850da406c9b5cdec11d8e71fed59f70819d5d14')
depends=(python python-{click,colorama,jinja,lxml,tabulate})
makedepends=(python-setuptools)