summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"