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 74f7979ad8d2..91c75ee09cc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=gaphor
pkgname=python-${_name}
pkgver=2.17.0
-pkgrel=1
+pkgrel=2
pkgdesc="Simple and easy to use modeling tool for UML using GTK3"
arch=('any')
url="https://github.com/gaphor/${_name}"
@@ -19,6 +19,7 @@ depends=(
'python-tinycss2'
'python-typing_extensions'
'python-better-exceptions'
+ 'python-pydot'
)
makedepends=(
'gendesk'
@@ -32,7 +33,6 @@ checkdepends=(
'python-pytest-mock'
'python-sphinx'
'python-xdoctest'
- 'python-pydot'
'python-pytest-archon'
'xorg-server-xvfb'
)