bustools: auto updated to 0.44.1-1

This commit is contained in:
BioArchLinuxBot 2024-10-21 06:05:06 +00:00
parent f6ee5e0b1b
commit 295bdf9f89

View file

@ -1,7 +1,7 @@
# Maintainer: bipin kumar <kbipinkumar@pm.me>
pkgname=bustools
pkgver=0.44.0
pkgver=0.44.1
pkgrel=1
pkgdesc='Program for manipulating BUS files for single cell RNA-Seq datasets. doi:10.1038/s41587-021-00870-2'
url="https://github.com/BUStools/$pkgname/"
@ -10,7 +10,7 @@ arch=('x86_64')
depends=('zlib' 'gcc-libs')
makedepends=('cmake')
source=($pkgname-$pkgver::"https://github.com/BUStools/bustools/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('e9a12be416d5d3940dd0ec3bfb0be3a481f2eea7d4411df1ab24c814332d99b8')
sha256sums=('829d7ca129b4c4911cae35bc2b87cac5d3a7845387b9a6487765aec84108d732')
build() {
cd "$srcdir/$pkgname-$pkgver"