summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Malkin2020-08-01 10:42:33 +0300
committerSergey Malkin2020-08-01 10:42:33 +0300
commit22e998571c8e5ad1f4b02987eb95773bd15c8f95 (patch)
tree23c6ce611352fae79fd217ee93571b9f2bafe47b
parent5bddfdd8ce580815cdff877b4ccd0fba31cfa9fe (diff)
downloadaur-22e998571c8e5ad1f4b02987eb95773bd15c8f95.tar.gz
Updated to version 2.2.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9301b062f84..8d8eaf5f2e77 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.2.5
+ pkgver = 2.2.7
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/c3/cc/eac3af9788590f22a47f4a98bf3d4780e2de10d88db820038da3f24ae65f/pyabf-2.2.5.tar.gz
- sha256sums = c28aa311c174b955a183493f1f5a73301a7d2c12281b429dc87358c7447b3a55
+ source = https://files.pythonhosted.org/packages/9a/3b/a71291cae2c10feeee98460d3c3226452eec370781cb6f0c212f4ecdeefc/pyabf-2.2.7.tar.gz
+ sha256sums = c1f05492de9c080beecfdd83baf4aea749f78c9fbe927a3149bf0ad7ff4384f1
pkgname = python-pyabf
diff --git a/PKGBUILD b/PKGBUILD
index e5affdf52a60..024908beae1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: 'Sergey Malkin <adresatt@gmail.com>'
pkgname=python-pyabf
_pkgname=pyabf
-pkgver=2.2.5
+pkgver=2.2.7
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/c3/cc/eac3af9788590f22a47f4a98bf3d4780e2de10d88db820038da3f24ae65f/$_pkgname-$pkgver.tar.gz")
-sha256sums=('c28aa311c174b955a183493f1f5a73301a7d2c12281b429dc87358c7447b3a55')
+source=("https://files.pythonhosted.org/packages/9a/3b/a71291cae2c10feeee98460d3c3226452eec370781cb6f0c212f4ecdeefc/$_pkgname-$pkgver.tar.gz")
+sha256sums=('c1f05492de9c080beecfdd83baf4aea749f78c9fbe927a3149bf0ad7ff4384f1')
build() {
cd "$srcdir/$_pkgname-$pkgver"