star: auto updated to 2.7.11a-1

This commit is contained in:
BioArchLinuxBot 2023-10-13 18:39:46 +00:00
parent fba65f2afb
commit bf8a19030f

View file

@ -1,7 +1,7 @@
# Maintainer: Guoyi # Maintainer: Guoyi
pkgname=star pkgname=star
_pkgname=STAR _pkgname=STAR
pkgver=2.7.10b pkgver=2.7.11a
pkgrel=1 pkgrel=1
pkgdesc="RNA-seq aligner" pkgdesc="RNA-seq aligner"
arch=('x86_64') arch=('x86_64')
@ -11,7 +11,7 @@ depends=('gcc-libs' 'zlib' 'glibc')
makedepends=('vim') makedepends=('vim')
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=('0d1b71de6c5be1c5d90b32130d2abcd5785a4fc7c1e9bf19cc391947f2dc46e5') sha256sums=('542457b1a4fee73f27a581b1776e9f73ad2b4d7e790388b6dc71147bd039f99a')
build() { build() {
cd "$_pkgname-$pkgver" cd "$_pkgname-$pkgver"
cd source cd source