summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2024-02-29 10:07:36 -0500
committerHao Zhang2024-02-29 10:07:36 -0500
commita711d672acb4bae161edd617657d2ea4af175037 (patch)
treed126cd3c5eeba1ca28e8bc5f49cc05aae1984005
parentd7907df30e8af22ab6f805f8346e3bcc1340582b (diff)
downloadaur-a711d672acb4bae161edd617657d2ea4af175037.tar.gz
Updated to 3.6.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c522ec71a820..0779aef225e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = genx
pkgdesc = X-ray and Neutron reflectivity fitting software
- pkgver = 3.6.19
+ pkgver = 3.6.22
pkgrel = 1
url = https://github.com/aglavic/genx
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = genx
depends = python-docutils
depends = python-numba
depends = python-orsopy
- source = https://github.com/aglavic/genx/releases/download/v3.6.19/GenX-3.6.19.tar.gz
- sha256sums = 2eef13e71d769a4e97d258160e71c6da9628f02e1dbeb62642a0350f8901b21e
+ source = https://github.com/aglavic/genx/releases/download/v3.6.22/GenX-3.6.22.tar.gz
+ sha256sums = 76ee1e25a55ddabe498ce0e15bd109add06c74ef968a0b43a950737cc1de2014
pkgname = genx
diff --git a/PKGBUILD b/PKGBUILD
index 9c759873f32f..23b1b0d9b295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=genx
_name=${pkgname}3
-pkgver=3.6.19
+pkgver=3.6.22
pkgrel=1
pkgdesc="X-ray and Neutron reflectivity fitting software"
arch=("x86_64")
@@ -11,7 +11,7 @@ license=("GPL v3")
depends=("python" "python-numpy" "python-scipy" "python-matplotlib" "python-h5py" "python-wxpython" "python-appdirs" "python-requests" "python-docutils" "python-numba" "python-orsopy")
makedepends=(python-build python-installer python-wheel)
source=(https://github.com/aglavic/genx/releases/download/v$pkgver/GenX-$pkgver.tar.gz)
-sha256sums=("2eef13e71d769a4e97d258160e71c6da9628f02e1dbeb62642a0350f8901b21e")
+sha256sums=("76ee1e25a55ddabe498ce0e15bd109add06c74ef968a0b43a950737cc1de2014")
build() {
cd "$srcdir"/$_name-"$pkgver"