summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2022-10-06 11:30:47 -0400
committerHao Zhang2022-10-06 11:30:47 -0400
commit16fb625b50c78f0b6d8a790ad5928caf5d240261 (patch)
tree551f27b087845ccce147712f8a4c201c8075f168
parent01f33007319e86fa426d78733780c342c3befb11 (diff)
downloadaur-16fb625b50c78f0b6d8a790ad5928caf5d240261.tar.gz
Updated to 3.6.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99e6e42f7574..abc6e109bd21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = genx
pkgdesc = X-ray and Neutron reflectivity fitting software
- pkgver = 3.6.13
+ pkgver = 3.6.14
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.13/GenX-3.6.13.tar.gz
- sha256sums = aa2521eca0b2b0fe5791936e5e7c33c0f7c4e68146b6f27b762d0ab7137a3116
+ source = https://github.com/aglavic/genx/releases/download/v3.6.14/GenX-3.6.14.tar.gz
+ sha256sums = 44b73173aece95f958d1eb28a31b7bd5b2854b76f3fc77ea87c435341e9c1278
pkgname = genx
diff --git a/PKGBUILD b/PKGBUILD
index e97254f9f613..758aab5dc249 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=genx
_name=${pkgname}3
-pkgver=3.6.13
+pkgver=3.6.14
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=("aa2521eca0b2b0fe5791936e5e7c33c0f7c4e68146b6f27b762d0ab7137a3116")
+sha256sums=("44b73173aece95f958d1eb28a31b7bd5b2854b76f3fc77ea87c435341e9c1278")
build() {
cd "$srcdir"/$_name-"$pkgver"