summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey2020-03-24 12:40:07 +0300
committerSergey2020-03-24 12:40:07 +0300
commit87a6b03a9fc16cc490d191203deba2006b038812 (patch)
treefeb6a20dbf81af91fe5367707309d9aa522ae446
parent7f8688b4c8f666c01403033a882f6e59522b3c83 (diff)
downloadaur-87a6b03a9fc16cc490d191203deba2006b038812.tar.gz
Updated to version 2.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5169952593f1..b505eef61a7b 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.3
+ pkgver = 2.2.4
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/d5/59/11922b325ba88128e404757fec02c83bc59851e7a9ac475bb397aea2f64e/pyabf-2.2.3.tar.gz
- sha256sums = 6dbc5353e4adf4e43c880005e64f1626d52caf62658fb0b6185677297193563f
+ source = https://files.pythonhosted.org/packages/cf/3e/7e7b6442352f452090c0ca693d9949700aeeb8df0dcea8a72f7bfc7f28e1/pyabf-2.2.4.tar.gz
+ sha256sums = be38933fd8f07dec39637e194444bafcffa1a332b472f37be4b15b7bf88a3be9
pkgname = python-pyabf
diff --git a/PKGBUILD b/PKGBUILD
index 36d96089c740..5a05b286e85f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: 'Sergey Malkin <adresatt@gmail.com>'
pkgname=python-pyabf
_pkgname=pyabf
-pkgver=2.2.3
+pkgver=2.2.4
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/d5/59/11922b325ba88128e404757fec02c83bc59851e7a9ac475bb397aea2f64e/$_pkgname-$pkgver.tar.gz")
-sha256sums=('6dbc5353e4adf4e43c880005e64f1626d52caf62658fb0b6185677297193563f')
+source=("https://files.pythonhosted.org/packages/cf/3e/7e7b6442352f452090c0ca693d9949700aeeb8df0dcea8a72f7bfc7f28e1/$_pkgname-$pkgver.tar.gz")
+sha256sums=('be38933fd8f07dec39637e194444bafcffa1a332b472f37be4b15b7bf88a3be9')
build() {
cd "$srcdir/$_pkgname-$pkgver"