summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-01-18 15:29:43 -0500
committerCarlos Aznarán2024-01-18 15:29:43 -0500
commit0d8f9d1920ead52a7961b2726ed973f93541d459 (patch)
treea5947e61f6bef4734bf016befaa5c071c63024b5
parent483e71579c89968630d8f8665becf8ee04d6644a (diff)
downloadaur-0d8f9d1920ead52a7961b2726ed973f93541d459.tar.gz
Bump version to 0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6afb2e508766..ecd3365ff10a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fieldcompare
pkgdesc = Read and compare numerical data against reference data using exact, fuzzy or custom comparison operations
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://gitlab.com/dglaeser/fieldcompare
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-fieldcompare
depends = python-numpy
depends = python-colorama
optdepends = python-meshio: for a large number of further mesh file formats support
- source = https://gitlab.com/dglaeser/fieldcompare/-/archive/0.2.0/fieldcompare-0.2.0.tar.gz
- sha512sums = 52940f66d450a4d6e659e85543be009814b1411f14ec9d5404341f88aee2e78bc71dfbb932cda00b47e588808e34e3f31a22377614b1f4f45358e96c2f6644b5
+ source = https://gitlab.com/dglaeser/fieldcompare/-/archive/0.2.1/fieldcompare-0.2.1.tar.gz
+ sha512sums = e10ade5475e6cbfdd672e19936567f7be4893d37126a245dd4d376c5577f2516307d22f3b7ad5addd5252f67bba3e0b3ef80ade6576b7cf2cacfe9719d6aad37
pkgname = python-fieldcompare
diff --git a/PKGBUILD b/PKGBUILD
index 0262f0553864..3823a4623940 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=fieldcompare
pkgname=python-${_base}
pkgdesc="Read and compare numerical data against reference data using exact, fuzzy or custom comparison operations"
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
arch=(any)
url="https://gitlab.com/dglaeser/${_base}"
@@ -12,7 +12,7 @@ makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest python-meshio python-h5py-openmpi)
optdepends=('python-meshio: for a large number of further mesh file formats support')
source=(${url}/-/archive/${pkgver}/${_base}-${pkgver}.tar.gz)
-sha512sums=('52940f66d450a4d6e659e85543be009814b1411f14ec9d5404341f88aee2e78bc71dfbb932cda00b47e588808e34e3f31a22377614b1f4f45358e96c2f6644b5')
+sha512sums=('e10ade5475e6cbfdd672e19936567f7be4893d37126a245dd4d376c5577f2516307d22f3b7ad5addd5252f67bba3e0b3ef80ade6576b7cf2cacfe9719d6aad37')
build() {
cd ${_base}-${pkgver}