summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraic Fanning2022-03-17 22:13:05 -0400
committerPadraic Fanning2022-03-17 22:13:05 -0400
commitd1805b904bbcfcd0eec094c67e8b7ea99b41fab9 (patch)
treef170afe891d6ce1d1ca59e730d6396d94c342687
parent1656f1ae2fab75d09a4f76353e42724a2ffd815c (diff)
downloadaur-d1805b904bbcfcd0eec094c67e8b7ea99b41fab9.tar.gz
Update to 2.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d149e40fe2c0..57d41a005960 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.9.0
+ pkgver = 2.9.1
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.9.0-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/g/gaphor/gaphor-2.9.1-py3-none-any.whl
source = https://raw.githubusercontent.com/gaphor/gaphor/master/logos/org.gaphor.Gaphor.svg
- sha256sums = 0a421a3b4a96d41a339b48dd1773daba03805663b492947fe73b80878f91ba68
+ sha256sums = 00ef81308f705ce52a0ae6069097089b2f91098eb20c4368f6481a63c6198d48
sha256sums = c4bbe4a67662d52c04cbd283b33f3ff3a97697e158c56c4b776c1c4ef527dd62
pkgname = python-gaphor
diff --git a/PKGBUILD b/PKGBUILD
index 58e11dda60f8..193a09671299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=gaphor
pkgname=python-${_name}
-pkgver=2.9.0
+pkgver=2.9.1
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=('0a421a3b4a96d41a339b48dd1773daba03805663b492947fe73b80878f91ba68'
+sha256sums=('00ef81308f705ce52a0ae6069097089b2f91098eb20c4368f6481a63c6198d48'
'c4bbe4a67662d52c04cbd283b33f3ff3a97697e158c56c4b776c1c4ef527dd62')
prepare() {