summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2021-09-22 08:54:15 +0200
committerfordprefect2021-09-22 08:54:15 +0200
commitdf866d3f2845d0e9590b6bc192848b326c35c4be (patch)
treee162836880748d74bacb9ffe7ce5bc6589fc205c /PKGBUILD
parent6555fb518229a71c1859a263658a2eb98e327bc3 (diff)
downloadaur-df866d3f2845d0e9590b6bc192848b326c35c4be.tar.gz
0.5.4, license change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cbb8b513705..c5a20d2979d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
pkgname=python-symfit
-pkgver=0.5.3
+pkgver=0.5.4
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')
-license=('GPL2')
-source=("https://github.com/tBuLi/symfit/archive/$pkgver.tar.gz")
-md5sums=('605f1b1af8011d8d459f7ffaf0309aea')
-
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tBuLi/symfit/archive/$pkgver.tar.gz")
+md5sums=('fc2a6606d1ddf511524e03153799a2d0')
package() {
cd "$srcdir/symfit-$pkgver"