summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2021-04-02 11:45:01 +0200
committeractionless2021-04-02 11:45:01 +0200
commited4cea83ba61ef8ff999f5e2ef0f21c4dc1829f7 (patch)
tree0562f53d8d2bd650dd076e48bceeaab2adfd7de4
parent8dc9951e3c768398bcdf6f6e8299b073e8839831 (diff)
downloadaur-ed4cea83ba61ef8ff999f5e2ef0f21c4dc1829f7.tar.gz
update to 3.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac0b890643a1..9c739117f553 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-gaphas
pkgdesc = Diagramming widget library for Python
- pkgver = 2.1.2
- pkgrel = 3
+ pkgver = 3.1.2
+ pkgrel = 1
url = https://github.com/gaphor/gaphas
arch = any
license = Apache
@@ -9,8 +9,8 @@ pkgbase = python-gaphas
depends = python-gobject
depends = python-cairo
depends = python-importlib-metadata
- source = https://files.pythonhosted.org/packages/py3/g/gaphas/gaphas-2.1.2-py3-none-any.whl
- sha256sums = 8614233101867319e98adf261101d7069d3730b9b0b6c1b38deaea7d9e7e1358
+ source = https://files.pythonhosted.org/packages/py3/g/gaphas/gaphas-3.1.2-py3-none-any.whl
+ sha256sums = 3e3cc086c8856b25c1e1b188f8f21a3c1a42db077bd734ffb2b0df3ab313442c
pkgname = python-gaphas
diff --git a/PKGBUILD b/PKGBUILD
index 86c2018d5252..30cfa47800e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=gaphas
pkgname=python-${_name}
-pkgver=2.1.2
-pkgrel=3
+pkgver=3.1.2
+pkgrel=1
pkgdesc="Diagramming widget library for Python"
arch=('any')
url="https://github.com/gaphor/${_name}"
@@ -16,7 +16,7 @@ depends=(
makedepends=('python-pip')
_wheelname="${_name/-/_}-$pkgver-py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/${_wheelname}")
-sha256sums=('8614233101867319e98adf261101d7069d3730b9b0b6c1b38deaea7d9e7e1358')
+sha256sums=('3e3cc086c8856b25c1e1b188f8f21a3c1a42db077bd734ffb2b0df3ab313442c')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps "${_wheelname}"