summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraic Fanning2022-03-17 20:12:43 -0400
committerPadraic Fanning2022-03-17 20:12:43 -0400
commit1656f1ae2fab75d09a4f76353e42724a2ffd815c (patch)
tree21641979c4b3cd1524b60d3a7e6548f1af8dde53
parentb00ab3d03870550e85d984489e5f72891fca78ae (diff)
downloadaur-1656f1ae2fab75d09a4f76353e42724a2ffd815c.tar.gz
Update to 2.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26e07394bbfe..d149e40fe2c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gaphor
pkgdesc = Simple and easy to use modeling tool for UML using GTK3
- pkgver = 2.8.2
+ pkgver = 2.9.0
pkgrel = 1
url = https://github.com/gaphor/gaphor
arch = any
@@ -14,9 +14,9 @@ pkgbase = python-gaphor
depends = python-jedi
depends = python-tinycss2
depends = python-typing_extensions
- source = https://files.pythonhosted.org/packages/py3/g/gaphor/gaphor-2.8.2-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/g/gaphor/gaphor-2.9.0-py3-none-any.whl
source = https://raw.githubusercontent.com/gaphor/gaphor/master/logos/org.gaphor.Gaphor.svg
- sha256sums = be4658c1ae9f944600a0c106ff045827ad91d8c9166ebba953480bee1ee8c272
+ sha256sums = 0a421a3b4a96d41a339b48dd1773daba03805663b492947fe73b80878f91ba68
sha256sums = c4bbe4a67662d52c04cbd283b33f3ff3a97697e158c56c4b776c1c4ef527dd62
pkgname = python-gaphor
diff --git a/PKGBUILD b/PKGBUILD
index f780f613341c..58e11dda60f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=gaphor
pkgname=python-${_name}
-pkgver=2.8.2
+pkgver=2.9.0
pkgrel=1
pkgdesc="Simple and easy to use modeling tool for UML using GTK3"
arch=('any')
@@ -27,7 +27,7 @@ source=(
"https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/${_wheelname}"
"https://raw.githubusercontent.com/gaphor/${_name}/master/logos/org.gaphor.Gaphor.svg"
)
-sha256sums=('be4658c1ae9f944600a0c106ff045827ad91d8c9166ebba953480bee1ee8c272'
+sha256sums=('0a421a3b4a96d41a339b48dd1773daba03805663b492947fe73b80878f91ba68'
'c4bbe4a67662d52c04cbd283b33f3ff3a97697e158c56c4b776c1c4ef527dd62')
prepare() {