summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 01:54:41 +0000
committerBioArchLinuxBot2024-05-02 01:54:41 +0000
commit96481e0bbed0dda2fa03337fd3f7828aed72e791 (patch)
tree84a4b861865ea313b1b19563e8a1f817f321a418 /PKGBUILD
parent046e906ba2fe70c9c4af35fa82758d7fceebf591 (diff)
downloadaur-r-lymphoseq.tar.gz
[lilac] updated to 1.32.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c5a8480acb1..dfa67e95845f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=LymphoSeq
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.0
pkgrel=1
pkgdesc='Analyze high-throughput sequencing of T and B cell receptors'
arch=('any')
@@ -35,7 +35,7 @@ optdepends=(
r-wordcloud
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('82bc329005677c11f6f36107c3ca1bc5b9b215860270206cce981cd15cd0e6a1')
+sha256sums=('092448014199642cd32abda23db7d573ae8a7bc0d02c0e661da72cb6b499a34e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"