summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-09-05 13:17:55 -0500
committerCarlos Aznarán2024-09-05 13:17:55 -0500
commitb0ee680d3b2d664189062eb5290dc75b559547e6 (patch)
tree04e7c422073ac23a77e0ac2d5ce1bbe048f4a9c3
parentac44f7c64eab82936f5235c6d8362fbb02ce5ea8 (diff)
downloadaur-b0ee680d3b2d664189062eb5290dc75b559547e6.tar.gz
Bump version to 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8401dc3008a..330f6ba97a72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = precice-config-visualizer-gui
pkgdesc = A GUI tool for visualizing a preCICE configuration file as a dot file
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/precice/config-visualizer-gui
arch = any
@@ -11,7 +11,7 @@ pkgbase = precice-config-visualizer-gui
makedepends = python-wheel
depends = precice-config-visualizer
depends = xdot
- source = config-visualizer-gui-0.1.0.tar.gz::https://github.com/precice/config-visualizer-gui/archive/v0.1.0.tar.gz
- sha512sums = 932f54755e8b3cecc3c9dafd867d6eb8088c1fce9c2478ff12669d9b2da7c2f91ee137751fbf18fe1528ee382e7171cedb80a9809f3587cbfafee4f7095af17c
+ source = config-visualizer-gui-0.2.0.tar.gz::https://github.com/precice/config-visualizer-gui/archive/v0.2.0.tar.gz
+ sha512sums = 577362ceae626a1e523bcec15ea105bc66e89382bf95143a14626deaf52fb06a7f7b939cd685786faea7758d8ac658bd8ab1474e2c8ccc786f686bcce8773338
pkgname = precice-config-visualizer-gui
diff --git a/PKGBUILD b/PKGBUILD
index 9e40c0cc96f0..1e8c7d26ce39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=precice-config-visualizer-gui
pkgname=${_base}
pkgdesc="A GUI tool for visualizing a preCICE configuration file as a dot file"
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
arch=(any)
url="https://github.com/precice/${_base/precice-/}"
@@ -10,7 +10,7 @@ license=(GPL-3.0-or-later)
depends=(precice-config-visualizer xdot)
makedepends=(python-build python-installer python-setuptools python-wheel)
source=(${_base/precice-/}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('932f54755e8b3cecc3c9dafd867d6eb8088c1fce9c2478ff12669d9b2da7c2f91ee137751fbf18fe1528ee382e7171cedb80a9809f3587cbfafee4f7095af17c')
+sha512sums=('577362ceae626a1e523bcec15ea105bc66e89382bf95143a14626deaf52fb06a7f7b939cd685786faea7758d8ac658bd8ab1474e2c8ccc786f686bcce8773338')
build() {
cd ${_base/precice-/}-${pkgver}