summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2019-05-18 21:21:32 +0200
committerfordprefect2019-05-18 21:21:32 +0200
commit34412fdbf795bb17dd3a11c119087c8965709eb1 (patch)
tree2c27d750b27f61c3568a1715b537f9926232afcd
parent5d940b9a4818fb38591f5d523bcc6014a9822dca (diff)
downloadaur-34412fdbf795bb17dd3a11c119087c8965709eb1.tar.gz
0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31ed37120121..09fe82deea42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Sat May 18 19:21:27 UTC 2019
pkgbase = python-symfit
pkgdesc = Symbolic fitting for python - fitting as it should be
- pkgver = 0.4.4
+ pkgver = 0.5.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.4.4.tar.gz
- md5sums = 9a180fb32ea3400b5be940b85278b7fd
+ source = https://github.com/tBuLi/symfit/archive/0.5.0.tar.gz
+ md5sums = 1afffe0d7854739f0e732968ff8c2a4e
pkgname = python-symfit
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index e126b8969b41..116e13ccc3ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=("python-symfit" "python2-symfit")
pkgbase=python-symfit
-pkgver=0.4.4
+pkgver=0.5.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=('9a180fb32ea3400b5be940b85278b7fd')
+md5sums=('1afffe0d7854739f0e732968ff8c2a4e')
package_python-symfit() {