mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-pysam: auto updated to 0.23.0-1
This commit is contained in:
parent
8453a4ffb1
commit
8fa10f20d3
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
||||||
|
|
||||||
pkgname=python-pysam
|
pkgname=python-pysam
|
||||||
_name=pysam
|
_name=pysam
|
||||||
pkgver=0.22.1
|
pkgver=0.23.0
|
||||||
_pkgver=0.19.1
|
_pkgver=0.19.1
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc='Python interface for the SAM/BAM sequence alignment and mapping format'
|
pkgdesc='Python interface for the SAM/BAM sequence alignment and mapping format'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/pysam-developers/pysam"
|
url="https://github.com/pysam-developers/pysam"
|
||||||
|
@ -21,7 +21,7 @@ makedepends=(
|
||||||
provides=('python-pysam')
|
provides=('python-pysam')
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
source=("https://github.com/pysam-developers/${_name}/archive/v${pkgver}.tar.gz")
|
source=("https://github.com/pysam-developers/${_name}/archive/v${pkgver}.tar.gz")
|
||||||
b2sums=('6f83c445c7e63e28823f443b0f106726303b0609f4040e9dca930c820d48c2adfe13d33ecffb514ce75c3b03968af050652689a0be39aaabca1af546e9188480')
|
b2sums=('74f5fd99aff357c59aa4cd13214fbb87577d213461feff2afd59679c6b442ccee1fe23a7b7d6ddc723f57f4e00516fb7b67207e8f8619b707d1f909c62663006')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$_name-$pkgver"
|
cd "$srcdir/$_name-$pkgver"
|
||||||
|
|
Loading…
Add table
Reference in a new issue