summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5334ba44453d..1c0424fc03c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-vtr-xml-utils-git
pkgdesc = Utilities for working with VtR XML Files
pkgver = r86.d6ba1f1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SymbiFlow/vtr-xml-utils
arch = any
license = ISC
checkdepends = python-pytest
+ checkdepends = python-pytest-runner
makedepends = git
makedepends = python-setuptools
depends = python
@@ -16,4 +17,3 @@ pkgbase = python-vtr-xml-utils-git
sha256sums = SKIP
pkgname = python-vtr-xml-utils-git
-
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")