summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Schlisio2018-01-01 23:35:55 +0100
committerG. Schlisio2018-01-01 23:35:55 +0100
commita0833c46e05348346fe4456ccc86cb5a4b387123 (patch)
treeceede6815453829fb82099a891ba976addbdbcf9
parent2f1d6bb877a11cebc074bc55d5a44b1619d29d89 (diff)
downloadaur-a0833c46e05348346fe4456ccc86cb5a4b387123.tar.gz
0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa293a1aeaba..3444d30f0497 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Aug 2 07:01:29 UTC 2017
pkgbase = python-symfit
pkgdesc = Symbolic fitting for python - fitting as it should be
- pkgver = 0.3.7
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/tBuLi/symfit
arch = any
license = GPL2
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/tBuLi/symfit/archive/0.3.7.tar.gz
- md5sums = 3883a3fe1e30425006ed622f2f620440
+ source = https://github.com/tBuLi/symfit/archive/0.4.0.tar.gz
+ md5sums = c06e1799b05301aa4eac4d5458b98005
pkgname = python-symfit
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 530527402615..61b55420102f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=("python-symfit" "python2-symfit")
pkgbase=python-symfit
-pkgver=0.3.7
+pkgver=0.4.0
pkgrel=1
pkgdesc='Symbolic fitting for python - fitting as it should be'
arch=('any')
@@ -8,7 +8,7 @@ url='https://github.com/tBuLi/symfit'
makedepends=('python-setuptools' 'python2-setuptools')
license=('GPL2')
source=("https://github.com/tBuLi/symfit/archive/$pkgver.tar.gz")
-md5sums=('3883a3fe1e30425006ed622f2f620440')
+md5sums=('c06e1799b05301aa4eac4d5458b98005')
package_python-symfit() {
@@ -20,6 +20,5 @@ package_python-symfit() {
package_python2-symfit() {
depends=('python2' 'python2-numpy' 'python2-sympy')
cd "$srcdir/symfit-$pkgver"
- #find . -name "*.py" -exec sed -i 's#/usr/bin/env python#/usr/bin/env python2#' {} \;
python2 setup.py install --root="$pkgdir/" --optimize=1
}