mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-pybedtools: auto updated to 0.11.0-1
This commit is contained in:
parent
120df734c7
commit
44f452a218
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
# Contributor: Clint Valentine <valentine.clint@gmail.com>
|
||||
pkgname=python-pybedtools
|
||||
_base=${pkgname#python-}
|
||||
pkgver=0.10.0
|
||||
pkgrel=3
|
||||
pkgver=0.11.0
|
||||
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=('f5d164be1499b34417e5e6d29a0300c105b885504a6198d3ba3313f6a0d8777161d0f7dcac887518c5828c013b8dbf5a2b7fd244e49ed39f1c4edbcbf9e2024d')
|
||||
sha512sums=('aa04ee8dbd309fe4a165e123bafb7d4c8bbdc69466b073d016c1d05749ab02888bebdbfafbb87b314b2a5ebff1337086b1780d3141aec7d6251819218db28882')
|
||||
|
||||
prepare() {
|
||||
cd "${_base}-${pkgver}"
|
||||
|
|
Loading…
Add table
Reference in a new issue