diff --git a/BioArchLinux/python-pybigwig/PKGBUILD b/BioArchLinux/python-pybigwig/PKGBUILD index b60d510b7b..68b56a5766 100644 --- a/BioArchLinux/python-pybigwig/PKGBUILD +++ b/BioArchLinux/python-pybigwig/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Clint Valentine pkgname=python-pybigwig _pkgname=pyBigWig -pkgver=0.3.20 +pkgver=0.3.21 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-setuptools') options=(!emptydirs) source=($_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -sha256sums=('4857aaa6c89892c820f8a36bc166aa371aa3620fc9df0323fb4498c0faa27501') +sha256sums=('897dedfe659caa532fe766f5eebe8dd5f46fa63056e837354dc6d611fb6954b4') build(){ cd "$srcdir"/$_pkgname-$pkgver