summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Schlisio2018-07-15 23:21:30 +0200
committerG. Schlisio2018-07-15 23:21:30 +0200
commit9f8453ddecc01eb8572ed8945e94e742b22b35a6 (patch)
tree6ef5ae98c51c3ae1e96441330358d8d5615b76eb
parent505932b51cce372d7ab66e10a2829236ce7e97ac (diff)
downloadaur-9f8453ddecc01eb8572ed8945e94e742b22b35a6.tar.gz
0.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cefe4c7939fb..dc2300f08206 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.2
+ pkgver = 0.4.3
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.2.tar.gz
- md5sums = 6d0e67ffec4de12b51f92c0e960481b3
+ source = https://github.com/tBuLi/symfit/archive/0.4.3.tar.gz
+ md5sums = 9887ff00b6fbc24bbb52a4f431a37aba
pkgname = python-symfit
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index c01cf53ea8f7..80c2df811ec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=("python-symfit" "python2-symfit")
pkgbase=python-symfit
-pkgver=0.4.2
+pkgver=0.4.3
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=('6d0e67ffec4de12b51f92c0e960481b3')
+md5sums=('9887ff00b6fbc24bbb52a4f431a37aba')
package_python-symfit() {