summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPadraic Fanning2021-12-15 18:23:47 -0500
committerPadraic Fanning2021-12-15 18:23:47 -0500
commit623c3270223e9e310bd255c52786689c89a7e0c1 (patch)
tree3988604452a671e6daebb2aeb1f0b61f1acf47d8 /PKGBUILD
parent549bba71eedd5a35ecf255dfd986be9442254f95 (diff)
downloadaur-623c3270223e9e310bd255c52786689c89a7e0c1.tar.gz
Refresh dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cee7147f9c68..fb41629585f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,22 @@
# Maintainer: Yauhen Kirylau <actionless DOT loveless PLUS aur AT gmail MF com>
+# Maintainer: Padraic Fanning <fanninpm AT miamioh DOT edu>
_name=gaphor
pkgname=python-${_name}
pkgver=2.7.1
-pkgrel=2
+pkgrel=3
pkgdesc="Simple and easy to use modeling tool for UML using GTK3"
arch=('any')
url="https://github.com/gaphor/${_name}"
license=('Apache')
depends=(
+ 'gtk3'
+ 'gtksourceview4'
'python-gaphas'
- 'python-typing_extensions'
'python-generic'
+ 'python-jedi'
'python-tinycss2'
+ 'python-typing_extensions'
)
makedepends=(
'python-pip'