summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cf3184b56e4..b3b2886013c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pybigwig
pkgdesc = A Python extension for quick access to bigWig and bigBed files
- pkgver = 0.3.21
+ pkgver = 0.3.22
pkgrel = 1
url = https://github.com/deeptools/pyBigWig
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-pybigwig
depends = curl
depends = python-numpy
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/p/pyBigWig/pyBigWig-0.3.21.tar.gz
- sha256sums = 5bff713fe3f8840e0fbe48cf8c8fe9d92c8af8ba107da0b845076164445d076e
+ source = https://files.pythonhosted.org/packages/source/p/pyBigWig/pyBigWig-0.3.22.tar.gz
+ sha256sums = 5d4426f754bd7b7f6dc21d6c3f93b58a96a65b6eb2e578ae03b31a71272d2243
pkgname = python-pybigwig
diff --git a/PKGBUILD b/PKGBUILD
index 08cab34be6ac..2a72c4c12fc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Clint Valentine <valentine.clint@gmail.com>
pkgname=python-pybigwig
_name=pyBigWig
-pkgver=0.3.21
+pkgver=0.3.22
pkgrel=1
pkgdesc="A Python extension for quick access to bigWig and bigBed files"
arch=(any)
@@ -12,7 +12,7 @@ depends=(curl python-numpy)
makedepends=(python-build python-installer python-wheel)
options=(!emptydirs)
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('5bff713fe3f8840e0fbe48cf8c8fe9d92c8af8ba107da0b845076164445d076e')
+sha256sums=('5d4426f754bd7b7f6dc21d6c3f93b58a96a65b6eb2e578ae03b31a71272d2243')
build() {
cd "$_name-$pkgver"