summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2021-09-22 08:54:15 +0200
committerfordprefect2021-09-22 08:54:15 +0200
commitdf866d3f2845d0e9590b6bc192848b326c35c4be (patch)
treee162836880748d74bacb9ffe7ce5bc6589fc205c
parent6555fb518229a71c1859a263658a2eb98e327bc3 (diff)
downloadaur-df866d3f2845d0e9590b6bc192848b326c35c4be.tar.gz
0.5.4, license change
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 283aab6ffa6e..2d8f199243c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = python-symfit
pkgdesc = Symbolic fitting for python - fitting as it should be
- pkgver = 0.5.3
+ pkgver = 0.5.4
pkgrel = 1
url = https://github.com/tBuLi/symfit
arch = any
- license = GPL2
+ license = MIT
makedepends = python-setuptools
depends = python
depends = python-numpy
depends = python-sympy
- source = https://github.com/tBuLi/symfit/archive/0.5.3.tar.gz
- md5sums = 605f1b1af8011d8d459f7ffaf0309aea
+ source = https://github.com/tBuLi/symfit/archive/0.5.4.tar.gz
+ md5sums = fc2a6606d1ddf511524e03153799a2d0
pkgname = python-symfit
-
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"