summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-05-09 18:30:52 +0100
committerGrey Christoforo2019-05-09 18:30:52 +0100
commitbf027effffc62052fdd8a568afa90abf4354b16f (patch)
tree4672941cdcc22215ac544da873a975108d03fe2f
parent0e065e1700c38f6ee20e2b728c2faef7d94a23d3 (diff)
downloadaur-python-mutovis-analysis.tar.gz
fix moved exe
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c584bac8214..7be4156706eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mutovis-analysis
pkgdesc = Python QT batch curve fitting GUI tool for solar cell IV data files
pkgver = 3.0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mutovis/analysis-software
install = python-mutovis-analysis.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index c73542fc843f..4a55249186c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-mutovis-analysis
_pkgname=analysis-software
pkgver=3.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Python QT batch curve fitting GUI tool for solar cell IV data files"
arch=('any')
url=https://github.com/mutovis/analysis-software
@@ -23,7 +23,6 @@ build() {
package(){
cd "$srcdir/$_pkgname-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1
- chmod +x "$pkgdir/usr/bin/h52csv"
}
# vim:ts=2:sw=2:et: