summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2021-07-06 12:00:07 +0200
committeractionless2021-07-06 12:00:07 +0200
commit109429fe7f815177dfd6e297bec1b15fe6156e37 (patch)
tree25e7baa62b6ceacffdc7eeb7f83a2813f997fce2
parent56cdf5647240b8f7ece0ca48f476b0905f1d0d4e (diff)
downloadaur-109429fe7f815177dfd6e297bec1b15fe6156e37.tar.gz
update to 2.5.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce2969877f2e..77dbcf68f319 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.4.2
+ pkgver = 2.5.1
pkgrel = 1
url = https://github.com/gaphor/gaphor
arch = any
@@ -11,10 +11,9 @@ pkgbase = python-gaphor
depends = python-typing_extensions
depends = python-generic
depends = python-tinycss2
- source = https://files.pythonhosted.org/packages/py3/g/gaphor/gaphor-2.4.2-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/g/gaphor/gaphor-2.5.1-py3-none-any.whl
source = https://raw.githubusercontent.com/gaphor/gaphor/master/logos/org.gaphor.Gaphor.svg
- sha256sums = 5f8a5f19a1c054f2a161d9a89438f72515f50fcb72b741436fa0d151f583b77c
+ sha256sums = b03da4adedb111e80950aecc76c6a75c16ce1295e4518e46340403d70d00a3c1
sha256sums = c4bbe4a67662d52c04cbd283b33f3ff3a97697e158c56c4b776c1c4ef527dd62
pkgname = python-gaphor
-
diff --git a/PKGBUILD b/PKGBUILD
index 0d516a2459ef..81752ed7d55e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=gaphor
pkgname=python-${_name}
-pkgver=2.4.2
+pkgver=2.5.1
pkgrel=1
pkgdesc="Simple and easy to use modeling tool for UML using GTK3"
arch=('any')
@@ -23,7 +23,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=('5f8a5f19a1c054f2a161d9a89438f72515f50fcb72b741436fa0d151f583b77c'
+sha256sums=('b03da4adedb111e80950aecc76c6a75c16ce1295e4518e46340403d70d00a3c1'
'c4bbe4a67662d52c04cbd283b33f3ff3a97697e158c56c4b776c1c4ef527dd62')
prepare() {