summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2021-12-02 07:00:01 +0100
committeractionless2021-12-02 07:00:01 +0100
commitc69b30b0c046982108d30cc86832685c92f03e57 (patch)
tree1784ff603d6877ff0f0ebf96fb73a58437a3f5d0
parent9f85cdfd9cc0da1b5021d8ad0ec7e4e91772870c (diff)
downloadaur-c69b30b0c046982108d30cc86832685c92f03e57.tar.gz
update to 2.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7edf2654a689..c7c9254426aa 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.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://github.com/gaphor/gaphor
arch = any
@@ -11,9 +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.7.0-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/g/gaphor/gaphor-2.7.1-py3-none-any.whl
source = https://raw.githubusercontent.com/gaphor/gaphor/master/logos/org.gaphor.Gaphor.svg
- sha256sums = c727f58047380ad4a609f76b055ee9bcae3a8a29ade48a77c01d1b6b964d7a15
+ sha256sums = fc61918df54d1aa5b0ae2399030dea737b8f2a8a2ff546cd8884ae744a1fbdf5
sha256sums = c4bbe4a67662d52c04cbd283b33f3ff3a97697e158c56c4b776c1c4ef527dd62
pkgname = python-gaphor
diff --git a/PKGBUILD b/PKGBUILD
index 96aa4479afb1..7f95bf6bceba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=gaphor
pkgname=python-${_name}
-pkgver=2.7.0
+pkgver=2.7.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=('c727f58047380ad4a609f76b055ee9bcae3a8a29ade48a77c01d1b6b964d7a15'
+sha256sums=('fc61918df54d1aa5b0ae2399030dea737b8f2a8a2ff546cd8884ae744a1fbdf5'
'c4bbe4a67662d52c04cbd283b33f3ff3a97697e158c56c4b776c1c4ef527dd62')
prepare() {