summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2020-09-09 16:46:39 +0200
committerfordprefect2020-09-09 16:46:39 +0200
commit6555fb518229a71c1859a263658a2eb98e327bc3 (patch)
tree5dec7f9ba31b3ccb5bb4c4329e0bf5fcf3290e7b
parente73c2cd62d4b378a97a03aca468a465e435d0da3 (diff)
downloadaur-6555fb518229a71c1859a263658a2eb98e327bc3.tar.gz
0.5.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f89e9739e5e..283aab6ffa6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = python-symfit
pkgdesc = Symbolic fitting for python - fitting as it should be
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/tBuLi/symfit
arch = any
license = GPL2
makedepends = python-setuptools
- makedepends = python2-setuptools
depends = python
depends = python-numpy
depends = python-sympy
- source = https://github.com/tBuLi/symfit/archive/0.5.2.tar.gz
- md5sums = 4c57a97f97713e4e8ef64f422dea3183
+ source = https://github.com/tBuLi/symfit/archive/0.5.3.tar.gz
+ md5sums = 605f1b1af8011d8d459f7ffaf0309aea
pkgname = python-symfit
diff --git a/PKGBUILD b/PKGBUILD
index 441bdf71a3cf..0cbb8b513705 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=python-symfit
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc='Symbolic fitting for python - fitting as it should be'
arch=('any')
url='https://github.com/tBuLi/symfit'
depends=('python' 'python-numpy' 'python-sympy')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools')
license=('GPL2')
source=("https://github.com/tBuLi/symfit/archive/$pkgver.tar.gz")
-md5sums=('4c57a97f97713e4e8ef64f422dea3183')
+md5sums=('605f1b1af8011d8d459f7ffaf0309aea')
package() {