bustools: auto updated to 0.43.2-1

This commit is contained in:
BioArchLinuxBot 2024-01-04 12:09:20 +00:00
parent 9c15f13064
commit 450e56b4ff

View file

@ -1,7 +1,7 @@
# Maintainer: bipin kumar <kbipinkumar@pm.me>
pkgname=bustools
pkgver=0.43.1
pkgver=0.43.2
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=('ac94a33ca459de81c5756825a7a7f8daeae357fc6bf0ef88d4900e77b70f2b90')
sha256sums=('ad5816152644ee615316daecf5883183994bd7cc96e6c008439123f4cd750b1f')
build() {
cd "$srcdir/$pkgname-$pkgver"