summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2023-02-16 13:56:41 -0500
committerHao Zhang2023-02-16 13:56:41 -0500
commitd7907df30e8af22ab6f805f8346e3bcc1340582b (patch)
tree31a507184c2467a8202b8582408906f256efa00c
parentbdacd077788a79f7a1fa854d79341330f8812827 (diff)
downloadaur-d7907df30e8af22ab6f805f8346e3bcc1340582b.tar.gz
Updated to 3.6.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfef1e7714cc..c522ec71a820 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = genx
pkgdesc = X-ray and Neutron reflectivity fitting software
- pkgver = 3.6.18
+ pkgver = 3.6.19
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.18/GenX-3.6.18.tar.gz
- sha256sums = d84643efd991521df6fa06d5e10b457abbcdb25242ba5a87636b49c1ccf47e77
+ source = https://github.com/aglavic/genx/releases/download/v3.6.19/GenX-3.6.19.tar.gz
+ sha256sums = 2eef13e71d769a4e97d258160e71c6da9628f02e1dbeb62642a0350f8901b21e
pkgname = genx
diff --git a/PKGBUILD b/PKGBUILD
index 8af1977216c9..9c759873f32f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=genx
_name=${pkgname}3
-pkgver=3.6.18
+pkgver=3.6.19
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=("d84643efd991521df6fa06d5e10b457abbcdb25242ba5a87636b49c1ccf47e77")
+sha256sums=("2eef13e71d769a4e97d258160e71c6da9628f02e1dbeb62642a0350f8901b21e")
build() {
cd "$srcdir"/$_name-"$pkgver"