summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2022-12-20 12:57:05 -0500
committerHao Zhang2022-12-20 12:57:05 -0500
commitdc8d8ae1f2b41da04a237d0f808243d203ad9007 (patch)
tree4e0e12731935a81fcd696150faf5c6213e952ac3
parentbbeef4446f2b2194167e184ea39561e5f85d560b (diff)
downloadaur-dc8d8ae1f2b41da04a237d0f808243d203ad9007.tar.gz
Updated to 3.6.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53de00eedf7e..a39d2fa33536 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = genx
pkgdesc = X-ray and Neutron reflectivity fitting software
- pkgver = 3.6.15
+ pkgver = 3.6.17
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.15/GenX-3.6.15.tar.gz
- sha256sums = bda8e07cdd2e224bccc3ac7a302c7550562ad6b0e4e92930e6d402d9c31714e3
+ source = https://github.com/aglavic/genx/releases/download/v3.6.17/GenX-3.6.17.tar.gz
+ sha256sums = 2b4c21fbbfcd1b756dd0638f2776d5d8abba9dfb0d82a980c898b1dc4c6f98c3
pkgname = genx
diff --git a/PKGBUILD b/PKGBUILD
index 9982479dd8c4..5581f7381734 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=genx
_name=${pkgname}3
-pkgver=3.6.15
+pkgver=3.6.17
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=("bda8e07cdd2e224bccc3ac7a302c7550562ad6b0e4e92930e6d402d9c31714e3")
+sha256sums=("2b4c21fbbfcd1b756dd0638f2776d5d8abba9dfb0d82a980c898b1dc4c6f98c3")
build() {
cd "$srcdir"/$_name-"$pkgver"