summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSergey2021-06-30 17:50:13 +0300
committerSergey2021-06-30 17:50:13 +0300
commit355b096191aa0b256b0cc6585c560cb3f03c3417 (patch)
tree07154df981619296162e1bb8c0031a82ac6fe451 /PKGBUILD
parenta96808cabfe597c76af44208e591c46c6e8c1858 (diff)
downloadaur-355b096191aa0b256b0cc6585c560cb3f03c3417.tar.gz
Updated to version 2.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fb33b3effa9..51cf3d3a5512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: 'Sergey Malkin <adresatt@gmail.com>'
pkgname=python-pyabf
_pkgname=pyabf
-pkgver=2.2.8
+pkgver=2.3.1
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/4b/ac/bf71b3f2adfe56f813dd167604093f6af40be6f16c77b55f2a9eaeaa00e8/$_pkgname-$pkgver.tar.gz")
-sha256sums=('2e152cd94a1fb8de4b430e498d4bcbae0c4edaf07ffaeb483edd92329f7ad951')
+source=("https://files.pythonhosted.org/packages/f9/0a/7283eacc38a999a90f78da4e43fbe3bd2d47de34f70d0072ef6a467288ff/$_pkgname-$pkgver.tar.gz")
+sha256sums=('5447b3f09a5c5bac97a311f4873ffb0e26afbff7cc1da8a2d7c2ca05e40de451')
build() {
cd "$srcdir/$_pkgname-$pkgver"