summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSergey Malkin2021-10-06 11:36:58 +0300
committerSergey Malkin2021-10-06 11:36:58 +0300
commit6e486d24191cfcf61b4ff38fc698c7694778950f (patch)
treee4638f4cb1cb3257f9672ab742817c3b2392cc24 /PKGBUILD
parent39d65ef878d10eaf42943006d2ca174569d924ba (diff)
downloadaur-python-pyabf.tar.gz
Updated to version 2.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"