summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-30 18:51:21 +0000
committerBioArchLinuxBot2023-10-30 18:51:21 +0000
commit61cfad2065f627675bc96dff7ed8c4b35eeea143 (patch)
treec8144e1d927528aca3734c3f9ff74f90d1624145 /PKGBUILD
parentd6c5b10ddaeeda632d158df8032ccce224bc0517 (diff)
downloadaur-r-basics.tar.gz
[lilac] updated to 2.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af69fd051d86..832891682b22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BASiCS
-_pkgver=2.12.3
+_pkgver=2.14.0
pkgname=r-${_pkgname,,}
-pkgver=2.12.3
+pkgver=2.14.0
pkgrel=1
pkgdesc='Bayesian Analysis of Single-Cell Sequencing data'
arch=('x86_64')
@@ -43,7 +43,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d8eecda1742150755a72d8f91d226b85840ededc6679da35ae1171c1a06a7949')
+sha256sums=('88a911e7857c514dbebf8c2f45a2f6959ea9bb8804265e18bc5d87126c09c24d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"