summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortuftedocelot2019-09-23 19:23:10 -0500
committertuftedocelot2019-09-23 19:23:10 -0500
commit0419781bf336f68442c254371a8ee45b8aa0d3a3 (patch)
treeef874bc81b78e77a69af952dd6870fe07515ab13
parent70e2e50ef5ec58a60cc9cc3ea72ebe53812137a8 (diff)
downloadaur-0419781bf336f68442c254371a8ee45b8aa0d3a3.tar.gz
filterpy: version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a164e9985c91..5994091408a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Apr 15 13:38:23 UTC 2017
pkgbase = python-filterpy
pkgdesc = Kalman filtering and optimal estimation library in Python.
- pkgver = 0.1.5
+ pkgver = 1.4.5
pkgrel = 1
url = https://github.com/rlabbe/filterpy
arch = any
@@ -11,8 +9,8 @@ pkgbase = python-filterpy
makedepends = python-numpy
makedepends = python-scipy
makedepends = python-matplotlib
- source = https://github.com/rlabbe/filterpy/archive/0.1.5.tar.gz
- sha256sums = 13f083c0898f507a4725d1e026867089ff248fc8e736da6e74d00512ae65d008
+ source = https://github.com/rlabbe/filterpy/archive/1.4.5.tar.gz
+ sha256sums = fc371ad800ca5a5ff8b8352894a09c353b794ccc8b813c03d5187df451ccef3a
pkgname = python-filterpy
diff --git a/PKGBUILD b/PKGBUILD
index 197115c869fe..088d4890f194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: tuftedocelot <tuftedocelot@fastmail.fm>
pkgname=('python-filterpy' 'python2-filterpy')
-pkgver=0.1.5
+pkgver=1.4.5
pkgrel=1
pkgdesc='Kalman filtering and optimal estimation library in Python.'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/rlabbe/filterpy'
license=('MIT')
makedepends=('python-setuptools' 'python-numpy' 'python-scipy' 'python-matplotlib')
source=("https://github.com/rlabbe/filterpy/archive/$pkgver.tar.gz")
-sha256sums=('13f083c0898f507a4725d1e026867089ff248fc8e736da6e74d00512ae65d008')
+sha256sums=('fc371ad800ca5a5ff8b8352894a09c353b794ccc8b813c03d5187df451ccef3a')
package_python-filterpy() {
cd "$srcdir"/filterpy-$pkgver