summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2022-04-13 20:05:21 +0200
committeractionless2022-04-13 20:05:21 +0200
commit60712de76c60f34bde1fb5b0d4664eec61331224 (patch)
tree5e29ecf5b574ced69a1a0b3d84f4e51b647ea8b3 /PKGBUILD
parentbba9629934c4cabe0bb1756eb42001b9d2218e79 (diff)
downloadaur-python-gaphas-git.tar.gz
fix: add gtk3 dependency
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'