summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey2020-02-13 11:52:26 +0300
committerSergey2020-02-13 11:52:26 +0300
commit7f8688b4c8f666c01403033a882f6e59522b3c83 (patch)
tree9fc5efbc37c5d32c12971f9b1f42443610574133
parent29eea7429cd5e1b1d88e71374dd491fd3737aad6 (diff)
downloadaur-7f8688b4c8f666c01403033a882f6e59522b3c83.tar.gz
Updated to version 2.2.3x
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10daa0654a50..5169952593f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyabf
pkgdesc = A Python interface to files in the Axon Binary Format (ABF)
- pkgver = 2.2.2
- pkgrel = 2
+ pkgver = 2.2.3
+ pkgrel = 1
url = https://github.com/swharden/pyABF
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = python-pyabf
depends = python
depends = python-numpy
depends = python-matplotlib
- source = https://files.pythonhosted.org/packages/e2/1d/c404e7fdf9505959a5dab664457275b00c5cbfe777e85356b0aadede2430/pyabf-2.2.2.tar.gz
- sha256sums = a34c63732be1804367a5ace9a76e1252c105a2544f7ec9206e196b0163a2e79f
+ source = https://files.pythonhosted.org/packages/d5/59/11922b325ba88128e404757fec02c83bc59851e7a9ac475bb397aea2f64e/pyabf-2.2.3.tar.gz
+ sha256sums = 6dbc5353e4adf4e43c880005e64f1626d52caf62658fb0b6185677297193563f
pkgname = python-pyabf
diff --git a/PKGBUILD b/PKGBUILD
index d6fbbcd8eb83..36d96089c740 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: 'Sergey Malkin <adresatt@gmail.com>'
pkgname=python-pyabf
_pkgname=pyabf
-pkgver=2.2.2
-pkgrel=2
+pkgver=2.2.3
+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/e2/1d/c404e7fdf9505959a5dab664457275b00c5cbfe777e85356b0aadede2430/$_pkgname-$pkgver.tar.gz")
-sha256sums=('a34c63732be1804367a5ace9a76e1252c105a2544f7ec9206e196b0163a2e79f')
+source=("https://files.pythonhosted.org/packages/d5/59/11922b325ba88128e404757fec02c83bc59851e7a9ac475bb397aea2f64e/$_pkgname-$pkgver.tar.gz")
+sha256sums=('6dbc5353e4adf4e43c880005e64f1626d52caf62658fb0b6185677297193563f')
build() {
cd "$srcdir/$_pkgname-$pkgver"