summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2021-10-02 05:15:10 +0200
committeractionless2021-10-02 05:15:10 +0200
commitf1ec084087f681268a3647d7944ebaecbecb92cd (patch)
treede3b1e23fb3bba5573645f5b227d7775393c54fc
parentcd0478eb70a79218be7455d1303b616b027445f1 (diff)
downloadaur-f1ec084087f681268a3647d7944ebaecbecb92cd.tar.gz
update to 2.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cf5b6a70438..5e75327afa62 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.6.0
+ pkgver = 2.6.2
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.6.0-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/g/gaphor/gaphor-2.6.2-py3-none-any.whl
source = https://raw.githubusercontent.com/gaphor/gaphor/master/logos/org.gaphor.Gaphor.svg
- sha256sums = 66a01559daa6716c3d8944bac367c5aab2f4bf92bcbce4df6b3c2a1b26dcaa12
+ sha256sums = 58b69a78a96caf03ee7fc784742e64aa28fdb468e4fba8e7711b2bf5ac3afe7d
sha256sums = c4bbe4a67662d52c04cbd283b33f3ff3a97697e158c56c4b776c1c4ef527dd62
pkgname = python-gaphor
diff --git a/PKGBUILD b/PKGBUILD
index 299f1e84a76c..a813f1b02cbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=gaphor
pkgname=python-${_name}
-pkgver=2.6.0
+pkgver=2.6.2
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=('66a01559daa6716c3d8944bac367c5aab2f4bf92bcbce4df6b3c2a1b26dcaa12'
+sha256sums=('58b69a78a96caf03ee7fc784742e64aa28fdb468e4fba8e7711b2bf5ac3afe7d'
'c4bbe4a67662d52c04cbd283b33f3ff3a97697e158c56c4b776c1c4ef527dd62')
prepare() {