summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraic Fanning2022-01-18 22:41:39 -0500
committerPadraic Fanning2022-01-18 22:41:39 -0500
commitc1510fe56c709efe98a56462ec5747fcd282fb97 (patch)
tree047a0a183e3653e65ce9de1ee2276be980941e19
parent99a8bb2d69eaa02778bc52a609891c22a17fd7f7 (diff)
downloadaur-c1510fe56c709efe98a56462ec5747fcd282fb97.tar.gz
Update to 2.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6902592e580..bee970f85237 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.0
+ pkgver = 2.8.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.8.0-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/g/gaphor/gaphor-2.8.1-py3-none-any.whl
source = https://raw.githubusercontent.com/gaphor/gaphor/master/logos/org.gaphor.Gaphor.svg
- sha256sums = 76aeab0ff5d456d66fa78f4f23fd97a2f5ccf36f24977cb2b9a88b331da64ddd
+ sha256sums = bc3ced5827ec7df45e587ed70fc800512e30ddb736b55663bf6104fda3a4078e
sha256sums = c4bbe4a67662d52c04cbd283b33f3ff3a97697e158c56c4b776c1c4ef527dd62
pkgname = python-gaphor
diff --git a/PKGBUILD b/PKGBUILD
index 05cac8d29314..a4fa7e060033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=gaphor
pkgname=python-${_name}
-pkgver=2.8.0
+pkgver=2.8.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=('76aeab0ff5d456d66fa78f4f23fd97a2f5ccf36f24977cb2b9a88b331da64ddd'
+sha256sums=('bc3ced5827ec7df45e587ed70fc800512e30ddb736b55663bf6104fda3a4078e'
'c4bbe4a67662d52c04cbd283b33f3ff3a97697e158c56c4b776c1c4ef527dd62')
prepare() {