summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-17 05:27:39 +0000
committerBioArchLinuxBot2025-04-17 05:27:39 +0000
commit21912d4e6bede7a4183542a3b656c23d0a243183 (patch)
tree472fec90faa0f62131defcb58ee3118a12d6e9a3 /PKGBUILD
parent13657d5c8230e5cd95f434de83c983a0abcff6c3 (diff)
downloadaur-r-nanostringdiff.tar.gz
[lilac] updated to 1.38.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee37e705648b..37e39ef8b8c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=NanoStringDiff
-_pkgver=1.36.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.38.0
pkgrel=1
pkgdesc='Differential Expression Analysis of NanoString nCounter Data'
arch=('x86_64')
@@ -20,7 +20,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('38d7ccb07498dc3bdced91275ee1888acc25bda78ca20c3199c18802877eca8a')
+sha256sums=('e80943be4e9a15cb5e012fe592c6b392907bd4d64f268c2e431dfab9c0cede4d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"