star: auto updated to 2.7.10b-1

This commit is contained in:
BioArchLinuxBot 2022-11-01 18:03:32 +00:00
parent 48deb31e0f
commit 1d576dedbe

View file

@ -1,8 +1,8 @@
# Maintainer: Guoyi # Maintainer: Guoyi
pkgname=star pkgname=star
_pkgname=STAR _pkgname=STAR
pkgver=2.7.10a pkgver=2.7.10b
pkgrel=6 pkgrel=1
pkgdesc="RNA-seq aligner" pkgdesc="RNA-seq aligner"
arch=('x86_64') arch=('x86_64')
url="https://github.com/alexdobin/STAR" url="https://github.com/alexdobin/STAR"
@ -11,7 +11,7 @@ depends=()
makedepends=() makedepends=()
optdepends=() optdepends=()
source=(https://github.com/alexdobin/STAR/archive/refs/tags/$pkgver.tar.gz) source=(https://github.com/alexdobin/STAR/archive/refs/tags/$pkgver.tar.gz)
sha256sums=('af0df8fdc0e7a539b3ec6665dce9ac55c33598dfbc74d24df9dae7a309b0426a') sha256sums=('0d1b71de6c5be1c5d90b32130d2abcd5785a4fc7c1e9bf19cc391947f2dc46e5')
build() { build() {
cd "$_pkgname-$pkgver" cd "$_pkgname-$pkgver"
cd source cd source