summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Malkin2021-08-02 16:33:09 +0300
committerSergey Malkin2021-08-02 16:33:09 +0300
commit39d65ef878d10eaf42943006d2ca174569d924ba (patch)
treea53d8f7fc4febbc5abdc27a7a1937b4ec687a77a
parent355b096191aa0b256b0cc6585c560cb3f03c3417 (diff)
downloadaur-39d65ef878d10eaf42943006d2ca174569d924ba.tar.gz
Updated to version 2.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e7408ee46dd..d3b9b93578b5 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.3.1
+ pkgver = 2.3.3
pkgrel = 1
url = https://github.com/swharden/pyABF
arch = i686
@@ -9,7 +9,7 @@ pkgbase = python-pyabf
depends = python
depends = python-numpy
depends = python-matplotlib
- source = https://files.pythonhosted.org/packages/f9/0a/7283eacc38a999a90f78da4e43fbe3bd2d47de34f70d0072ef6a467288ff/pyabf-2.3.1.tar.gz
- sha256sums = 5447b3f09a5c5bac97a311f4873ffb0e26afbff7cc1da8a2d7c2ca05e40de451
+ source = https://files.pythonhosted.org/packages/44/c9/13b12d02ce9112b1524d34009655a13830fc8c13a8cb566b59c7b1d3ab96/pyabf-2.3.3.tar.gz
+ sha256sums = 5a01f1f2738ab1daf213578c146cd2e8d1b82561ad0b23ec86d085f96142f40f
pkgname = python-pyabf
diff --git a/PKGBUILD b/PKGBUILD
index 51cf3d3a5512..36a375d99e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: 'Sergey Malkin <adresatt@gmail.com>'
pkgname=python-pyabf
_pkgname=pyabf
-pkgver=2.3.1
+pkgver=2.3.3
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/f9/0a/7283eacc38a999a90f78da4e43fbe3bd2d47de34f70d0072ef6a467288ff/$_pkgname-$pkgver.tar.gz")
-sha256sums=('5447b3f09a5c5bac97a311f4873ffb0e26afbff7cc1da8a2d7c2ca05e40de451')
+source=("https://files.pythonhosted.org/packages/44/c9/13b12d02ce9112b1524d34009655a13830fc8c13a8cb566b59c7b1d3ab96/$_pkgname-$pkgver.tar.gz")
+sha256sums=('5a01f1f2738ab1daf213578c146cd2e8d1b82561ad0b23ec86d085f96142f40f')
build() {
cd "$srcdir/$_pkgname-$pkgver"