python-pybigwig: auto updated to 0.3.21-1

This commit is contained in:
BioArchLinuxBot 2023-03-31 12:03:59 +00:00
parent 06b9939909
commit 4fff58a5ae

View file

@ -2,7 +2,7 @@
# Contributor: Clint Valentine <valentine.clint@gmail.com>
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