summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1175da865328..57ac793f1b1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=python-gaphas
pkgname="${_pkgname}-git"
-pkgver=3.6.0.r3.gf012089
+pkgver=3.6.0.r9.gc89cf2c
pkgrel=1
pkgdesc="Diagramming widget library for Python"
arch=('x86_64' 'i686')
@@ -14,6 +14,7 @@ source=(
)
md5sums=('SKIP')
depends=(
+ 'gtk3'
'python-gobject'
'python-cairo'
'python-importlib-metadata'