summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Schlisio2018-07-06 20:58:00 +0200
committerG. Schlisio2018-07-06 20:58:00 +0200
commit505932b51cce372d7ab66e10a2829236ce7e97ac (patch)
tree89e5dcdea2909cc24bae4479ef23c3e5c11c0860
parent7bc2246ac0751ad60a58c076ae6b96cdc42283bb (diff)
downloadaur-505932b51cce372d7ab66e10a2829236ce7e97ac.tar.gz
0.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b14e3f6caf8c..cefe4c7939fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-symfit
pkgdesc = Symbolic fitting for python - fitting as it should be
- pkgver = 0.4.1
+ pkgver = 0.4.2
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.4.1.tar.gz
- md5sums = 14c0ac04977c7dc0ad17dd597703e12a
+ source = https://github.com/tBuLi/symfit/archive/0.4.2.tar.gz
+ md5sums = 6d0e67ffec4de12b51f92c0e960481b3
pkgname = python-symfit
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index ee5e390bd904..c01cf53ea8f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=("python-symfit" "python2-symfit")
pkgbase=python-symfit
-pkgver=0.4.1
+pkgver=0.4.2
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=('14c0ac04977c7dc0ad17dd597703e12a')
+md5sums=('6d0e67ffec4de12b51f92c0e960481b3')
package_python-symfit() {