kallisto: auto updated to 0.51.1-1

This commit is contained in:
BioArchLinuxBot 2024-09-17 06:04:37 +00:00
parent 58eea3ab73
commit 030d54ca54

View file

@ -1,7 +1,7 @@
# Maintainer: flying-sheep <flying-sheep@web.de>
# Contributor: bipin kumar <kbipinkumar@pm.me>
pkgname=kallisto
pkgver=0.51.0
pkgver=0.51.1
pkgrel=1
pkgdesc='Quantify abundances of transcripts from RNA-Seq data. doi:10.1038/nbt.3519'
url="http://pachterlab.github.io/$pkgname/"
@ -11,7 +11,7 @@ depends=('hdf5' 'zlib' 'glibc' 'gcc-libs')
makedepends=('cmake' 'git')
optdepends=('bustools')
source=($pkgname-$pkgver.tar.gz::"https://github.com/pachterlab/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('efeb0191c1a6a0d6de69111fb66f4bda51ff31fb40c513280f072bd44556f80d')
sha256sums=('a8bcc23bca6ac758f15e30bb77e9e169e628beff2da3be2e34a53e1d42253516')
prepare() {
cd "$srcdir/$pkgname-$pkgver"