summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraic Fanning2022-03-31 23:26:12 -0400
committerPadraic Fanning2022-03-31 23:26:12 -0400
commit9ed33eb37bb96d59c1facc6a4ece696d4876f6a6 (patch)
tree348a2528fcad3b86c358bbeb81d22ce8ed7ebf23
parente25e19f3cbd5b81d4c09a79de05e33a3ae6d675c (diff)
downloadaur-9ed33eb37bb96d59c1facc6a4ece696d4876f6a6.tar.gz
Add python-hypothesis to checkdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e442aef67bb..564b9dd35d1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-gaphor
pkgdesc = Simple and easy to use modeling tool for UML using GTK3
pkgver = 2.9.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/gaphor/gaphor
arch = any
license = Apache
+ checkdepends = python-hypothesis
checkdepends = python-pytest
checkdepends = python-pytest-mock
checkdepends = python-sphinx
diff --git a/PKGBUILD b/PKGBUILD
index ba5a85422a66..577a64d596d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=gaphor
pkgname=python-${_name}
pkgver=2.9.2
-pkgrel=3
+pkgrel=4
pkgdesc="Simple and easy to use modeling tool for UML using GTK3"
arch=('any')
url="https://github.com/gaphor/${_name}"
@@ -26,6 +26,7 @@ makedepends=(
'python-poetry-core'
)
checkdepends=(
+ 'python-hypothesis'
'python-pytest'
'python-pytest-mock'
'python-sphinx'