summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-08-30 21:09:00 +0200
committeractionless2020-08-30 21:09:00 +0200
commit75e3b1038edb08b4739dbfe5d56caff6521f0c3d (patch)
tree4faac136fa2e04facb9ee9ff93dd201c03cf58c2
parente9f45d1028a38a46b94104707f3a1db0b5f9f5f6 (diff)
downloadaur-75e3b1038edb08b4739dbfe5d56caff6521f0c3d.tar.gz
update to 2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ec3224f05c6..5e35c16ecbeb 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.0.0
+ pkgver = 2.0.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.0.0-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/g/gaphor/gaphor-2.0.1-py3-none-any.whl
source = https://raw.githubusercontent.com/gaphor/gaphor/master/logos/org.gaphor.Gaphor.svg
- sha256sums = 9d0ccae7aecb41decec98ce2d14e5216c0ebbd8e82dc2c89b16e184ae94959eb
+ sha256sums = e78145643cd1b67d4eebbbeb3ad2f28e525223e9d7be162edbae3f449cbe35ca
sha256sums = ef938e113167fc25a0647c9559d5042c38d23e0667d1683c0d74a7a5d0290791
pkgname = python-gaphor
diff --git a/PKGBUILD b/PKGBUILD
index 7094ac6cd65b..2f20983313c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=gaphor
pkgname=python-${_name}
-pkgver=2.0.0
+pkgver=2.0.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=('9d0ccae7aecb41decec98ce2d14e5216c0ebbd8e82dc2c89b16e184ae94959eb'
+sha256sums=('e78145643cd1b67d4eebbbeb3ad2f28e525223e9d7be162edbae3f449cbe35ca'
'ef938e113167fc25a0647c9559d5042c38d23e0667d1683c0d74a7a5d0290791')
prepare() {