summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3b9b93578b5..7c0872bc4ccb 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.3
+ pkgver = 2.3.5
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/44/c9/13b12d02ce9112b1524d34009655a13830fc8c13a8cb566b59c7b1d3ab96/pyabf-2.3.3.tar.gz
- sha256sums = 5a01f1f2738ab1daf213578c146cd2e8d1b82561ad0b23ec86d085f96142f40f
+ source = https://files.pythonhosted.org/packages/a7/7b/374509559942082234c1064fd916ac5829177448113498c1d5e2a93bed73/pyabf-2.3.5.tar.gz
+ sha256sums = 2bcfd0c658ed02fa26799aa195a543f502ea7f2e8d17d667a8b0a5550111f3f6
pkgname = python-pyabf
diff --git a/PKGBUILD b/PKGBUILD
index 36a375d99e08..ad5e28b006a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: 'Sergey Malkin <adresatt@gmail.com>'
pkgname=python-pyabf
_pkgname=pyabf
-pkgver=2.3.3
+pkgver=2.3.5
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/44/c9/13b12d02ce9112b1524d34009655a13830fc8c13a8cb566b59c7b1d3ab96/$_pkgname-$pkgver.tar.gz")
-sha256sums=('5a01f1f2738ab1daf213578c146cd2e8d1b82561ad0b23ec86d085f96142f40f')
+source=("https://files.pythonhosted.org/packages/a7/7b/374509559942082234c1064fd916ac5829177448113498c1d5e2a93bed73/$_pkgname-$pkgver.tar.gz")
+sha256sums=('2bcfd0c658ed02fa26799aa195a543f502ea7f2e8d17d667a8b0a5550111f3f6')
build() {
cd "$srcdir/$_pkgname-$pkgver"