python-pybedtools: auto updated to 0.9.1-1

This commit is contained in:
BioArchLinuxBot 2023-08-13 06:02:00 +00:00
parent dc5694fe99
commit 606f65eed6

View file

@ -2,8 +2,8 @@
# Contributor: Clint Valentine <valentine.clint@gmail.com>
pkgname=python-pybedtools
_base=${pkgname#python-}
pkgver=0.9.0
pkgrel=4
pkgver=0.9.1
pkgrel=1
pkgdesc="python wrapper for BEDTools bioinformatics suite"
arch=('x86_64')
url="https://github.com/daler/pybedtools"
@ -19,7 +19,7 @@ optdepends=(
provides=('python-pyvcf')
conflicts=('python-pyvcf')
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
sha512sums=('017a2fd3d6d11c26437af0898c5bfa354210d24747e510e5cbbc0584a355cd4b12c123e7b39dc6f6e386608ec0142b37026928d239b085277b79eba91c9a3361')
sha512sums=('a4a72326b51de51a42205f8c7113e48a769fd2981bf7866f1b353b374eebac6b2aa32971c575cbe18ef0b8e1d680d1dac7ea0ec49c9a7b0deb34befb184a1a89')
prepare() {
cd "${_base}-${pkgver}"