summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d60a83a53a6..a3a5149553d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=vtr-xml-utils
pkgname="python-$_pkgname-git"
pkgver=r86.d6ba1f1
-pkgrel=1
+pkgrel=2
pkgdesc="Utilities for working with VtR XML Files"
arch=(any)
url="https://github.com/SymbiFlow/vtr-xml-utils"
license=('ISC')
depends=('python' 'python-lxml')
makedepends=('git' 'python-setuptools')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-pytest-runner')
provides=("${pkgname%%-git}")
conflicts=("${pkgname%%-git}")
source=("git+$url.git")