diff options
author | BioArchLinuxBot | 2022-07-26 00:07:27 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-07-26 00:07:27 +0000 |
commit | b5b5198032d6c57a52b50a325013b6876896e4e4 (patch) | |
tree | 608b9f1fc405cfe8eb5ddabbba14e415a1793258 /PKGBUILD | |
parent | c2bd6a8061a31fc335d2097a59e7376528cbcb09 (diff) | |
download | aur-b5b5198032d6c57a52b50a325013b6876896e4e4.tar.gz |
[lilac] updated to 1.4.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=satuRn -_pkgver=1.4.0 +_pkgver=1.4.1 pkgname=r-${_pkgname,,} -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 pkgdesc='Scalable Analysis of Differential Transcript Usage for Bulk and Single-Cell RNA-sequencing Applications' arch=('any') @@ -32,7 +32,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('a29d343cbf6e225ee6a0048a800d0634e37ba95b4402dd32c394a369142c0f53') +sha256sums=('325b64bcfe565214c7f4dc2f31e98444b58cdce0546965b737ddb7248d137377') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |