summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2023-01-13 09:30:37 -0500
committerHao Zhang2023-01-13 09:30:37 -0500
commitbdacd077788a79f7a1fa854d79341330f8812827 (patch)
treebb48ea8616fedbd7c6b638fea96c61671e8e5ea9
parentdc8d8ae1f2b41da04a237d0f808243d203ad9007 (diff)
downloadaur-bdacd077788a79f7a1fa854d79341330f8812827.tar.gz
Updated to 3.6.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a39d2fa33536..dfef1e7714cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = genx
pkgdesc = X-ray and Neutron reflectivity fitting software
- pkgver = 3.6.17
+ pkgver = 3.6.18
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.17/GenX-3.6.17.tar.gz
- sha256sums = 2b4c21fbbfcd1b756dd0638f2776d5d8abba9dfb0d82a980c898b1dc4c6f98c3
+ source = https://github.com/aglavic/genx/releases/download/v3.6.18/GenX-3.6.18.tar.gz
+ sha256sums = d84643efd991521df6fa06d5e10b457abbcdb25242ba5a87636b49c1ccf47e77
pkgname = genx
diff --git a/PKGBUILD b/PKGBUILD
index 5581f7381734..8af1977216c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=genx
_name=${pkgname}3
-pkgver=3.6.17
+pkgver=3.6.18
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=("2b4c21fbbfcd1b756dd0638f2776d5d8abba9dfb0d82a980c898b1dc4c6f98c3")
+sha256sums=("d84643efd991521df6fa06d5e10b457abbcdb25242ba5a87636b49c1ccf47e77")
build() {
cd "$srcdir"/$_name-"$pkgver"