summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2022-04-09 17:14:57 +0200
committerfordprefect2022-04-09 17:14:57 +0200
commitea86751f721d095c826629a6426b7326dcb6012e (patch)
tree03dd26aa845fe0e6bbc1ad524fba4854114c0544 /PKGBUILD
parentefb4734ea737ae7c9c1473ecc7d2cf584347bff0 (diff)
downloadaur-ea86751f721d095c826629a6426b7326dcb6012e.tar.gz
0.5.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 718d2376119f..759e85e29f85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-symfit
-pkgver=0.5.4
-pkgrel=2
+pkgver=0.5.5
+pkgrel=1
pkgdesc='Symbolic fitting for python - fitting as it should be'
arch=('any')
url='https://github.com/tBuLi/symfit'
@@ -8,7 +8,7 @@ depends=('python' 'python-numpy' 'python-sympy' 'python-toposort')
makedepends=('python-setuptools' 'python-pbr')
license=('MIT')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tBuLi/symfit/archive/$pkgver.tar.gz")
-md5sums=('fc2a6606d1ddf511524e03153799a2d0')
+md5sums=('33e26437d279cf518275e25a7e2c1f67')
package() {
cd "$srcdir/symfit-$pkgver"