summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Zhang2017-07-19 04:10:36 -0600
committerHao Zhang2017-07-19 04:10:36 -0600
commit7dc9090a6487ae39a57de99d2aa9eea64743fdf8 (patch)
tree578ec035f3b9f42432defdc51989b8b57a063fc6
parent9bae28dbfab1de5a31a32bc5275a0fcbd55278bb (diff)
downloadaur-7dc9090a6487ae39a57de99d2aa9eea64743fdf8.tar.gz
Fixed compatibility bugs in custom_dialog.py
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bbbb5854b68..028cf273bad5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = genx
pkgdesc = X-ray and Neutron reflectivity fitting software
pkgver = 2.4.9
- pkgrel = 1
+ pkgrel = 2
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 = 52d760cd032492c45fa02b7c707b2af9de03c05c949dc0dced86b9aecce1ef4f
+ sha256sums = 0f9c2f98106a7f51822d91ac4f2a8e37123312e654857324bbe4d24e3f32d3eb
pkgname = genx
diff --git a/PKGBUILD b/PKGBUILD
index 99a7a5db3b11..777e368e8dd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=genx
pkgver=2.4.9
-pkgrel=1
+pkgrel=2
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=("52d760cd032492c45fa02b7c707b2af9de03c05c949dc0dced86b9aecce1ef4f")
+sha256sums=("0f9c2f98106a7f51822d91ac4f2a8e37123312e654857324bbe4d24e3f32d3eb")
build() {
cd "$srcdir"/genx-py3-"$pkgver"