summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2017-07-23 13:18:52 -0600
committerHao Zhang2017-07-23 13:18:52 -0600
commit32af6b5d00f670336462709ef14ca6f57fd4f8df (patch)
tree47b4352124be2c7d987dbf3423b21c55e442ad66
parent7dc9090a6487ae39a57de99d2aa9eea64743fdf8 (diff)
downloadaur-32af6b5d00f670336462709ef14ca6f57fd4f8df.tar.gz
Small upstream change
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 028cf273bad5..bf2a7daeb8fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = genx
pkgdesc = X-ray and Neutron reflectivity fitting software
pkgver = 2.4.9
- pkgrel = 2
+ pkgrel = 3
url = http://genx.sourceforge.net/
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = genx
depends = python-appdirs
options = !libtool
source = https://github.com/haozhangphd/genx-py3/archive/v2.4.9.tar.gz
- sha256sums = 0f9c2f98106a7f51822d91ac4f2a8e37123312e654857324bbe4d24e3f32d3eb
+ sha256sums = 5a0ff30248dbaf6fa10da9f0874acb402c042a0f37d228b206d7287c68cfaa5f
pkgname = genx
diff --git a/PKGBUILD b/PKGBUILD
index 777e368e8dd6..540a64a911c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=genx
pkgver=2.4.9
-pkgrel=2
+pkgrel=3
pkgdesc="X-ray and Neutron reflectivity fitting software"
arch=("i686" "x86_64")
url="http://genx.sourceforge.net/"
@@ -11,7 +11,7 @@ options=(!libtool)
depends=("python" "python-numpy" "python-scipy" "python-matplotlib" "python-h5py" "wxpython-phoenix" "python-appdirs")
makedepends=("cython" "git")
source=(https://github.com/haozhangphd/genx-py3/archive/v$pkgver.tar.gz)
-sha256sums=("0f9c2f98106a7f51822d91ac4f2a8e37123312e654857324bbe4d24e3f32d3eb")
+sha256sums=("5a0ff30248dbaf6fa10da9f0874acb402c042a0f37d228b206d7287c68cfaa5f")
build() {
cd "$srcdir"/genx-py3-"$pkgver"