summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey2019-12-24 12:41:45 +0300
committerSergey2019-12-24 12:41:45 +0300
commit8ea18b59f74a43ba8019bf9376bc4a375a0d0842 (patch)
tree0b44d8014e12411d7276ca42c9c6dd2033a4cabc
parent69896acec82141145219e120d101f171e3073253 (diff)
downloadaur-8ea18b59f74a43ba8019bf9376bc4a375a0d0842.tar.gz
Upgrade to version 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf018494950c..960fa1685e1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyabf
pkgdesc = A Python interface to files in the Axon Binary Format (ABF)
- pkgver = 2.1.10
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/swharden/pyABF
arch = i686
@@ -9,8 +9,8 @@ pkgbase = python-pyabf
depends = python
depends = python-numpy
depends = python-matplotlib
- source = https://files.pythonhosted.org/packages/e6/b2/6331c96f07f5e63846e15214ac86170286ad58dd7e5cde888502b32ae170/pyabf-2.1.10.tar.gz
- sha256sums = 491473f51ab3c396a1463fb43ec5843592d58aa07b0c007b735ebb5d73b73454
+ source = https://files.pythonhosted.org/packages/9e/c9/9659548e8760238d45c8790418a5a13cd4b79d9f4496862bf3f25b601d0a/pyabf-2.2.0.tar.gz
+ sha256sums = f99ebbba72854c6e678ba1311193b6ea3ba74856115a59bf8eff21cfeab8da82
pkgname = python-pyabf
diff --git a/PKGBUILD b/PKGBUILD
index 2d729f97f9b7..11879a7e90d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: 'Sergey Malkin <adresatt@gmail.com>'
pkgname=python-pyabf
_pkgname=pyabf
-pkgver=2.1.10
+pkgver=2.2.0
pkgrel=1
pkgdesc="A Python interface to files in the Axon Binary Format (ABF)"
url="https://github.com/swharden/pyABF"
arch=('i686' 'x86_64')
license=('MIT')
depends=('python' 'python-numpy' 'python-matplotlib')
-source=("https://files.pythonhosted.org/packages/e6/b2/6331c96f07f5e63846e15214ac86170286ad58dd7e5cde888502b32ae170/$_pkgname-$pkgver.tar.gz")
-sha256sums=('491473f51ab3c396a1463fb43ec5843592d58aa07b0c007b735ebb5d73b73454')
+source=("https://files.pythonhosted.org/packages/9e/c9/9659548e8760238d45c8790418a5a13cd4b79d9f4496862bf3f25b601d0a/$_pkgname-$pkgver.tar.gz")
+sha256sums=('f99ebbba72854c6e678ba1311193b6ea3ba74856115a59bf8eff21cfeab8da82')
build() {
cd "$srcdir/$_pkgname-$pkgver"